I once heard the saying that people are divided into two types: those who backup and those who will backup. Everyone who has lost their data certainly understands this saying. To avoid this situation, I back up my folders from time to time. To automate it a bit I created a simple script in powershell.
-
-
Script generating project files
I mentioned in one of my posts about how I call my projects. It’s about naming folders, schemes, PCB designs and BOMs (Bill Of Materials). I used to do everything manually by myself. I created a folder, created the schema as a new one and saved it under the proper name. I did the same with other files and folders.
-
32F746GDISCOVERY – programming of demo software
A few years ago, ST released a very successful discovery series. It’s exactly about the 32F746GDISCOVERY board. This board was very richly equipped with peripherals. The demo software provided with the board is also interesting.
-
The Low-Layer (LL) Library from ST
By programming ST microcontrollers, you could now use the HAL, SPL (Standard Peripherals Library), or work on registers. But recently there has been a new opportunity.These are the Low Layer drivers. The Low Layer (LL) drivers are designed to offer a fast light – weight expert – oriented layer which is closer to the hardware than the HAL. Now I will show you how to start using the LL with CubeMX. Not all microcontrollers are supported. ST started to support the Cortex-M0 + family. For this family I will show an example.