Forum Posts
Custom STM32 DEV board.. w/ on board ST-link.. illegal?
I want to make my own development board based on Stm32 but I want to have just one USB port , that when I plug it into my PC i can use something like Kiel to upload my firmware.. and not have to open up another application to up load through boot-loa...
STEVAL-ESC001V1 always Over current error.
After a view short tests with the ST Motor Profiler the Rotor seemed to stall.(Lab-powersupply 22V 9A)Then smoke appeared (not sure where exactly)Now every time i want so start the Profiler it says "Over current".Even when i set the maximum current t...
Nasty little "Cache New" Nut from the lightning fast STM32H7
In my short LED happy short Hello World example from last week, I use two calculation loops for the LED blinking delays. Playing around with this, I recognized the strange effect, that about every 5th - 10th compile + test try after even midiocre cha...
Unique ID and STM32F030
Hello,STM32Cube_FW_F0_V1.9.0 lists UID_BASE for all STM32F0 devices, including STM32F030x6. As I remember, some F0 parts don't include a unique ID for cost reasons. Either my information is false or UID_BASE should only be listed with unique ID avail...
BOOT1 in STM32L071KZ
HiI see there is no boot1 in L071So bootloader mode is with boot0 = "1" only ?I'm not missing anything ?Thanks
BFB2 and bootloader flash-bank selection
Posted on February 23, 2016 at 18:15I've recently delved into this subject because I need to design a firmware upgrade mechanism on the STM32L4xx. The documentation is pretty much useless, as it is not only incomplete, but contradictory too. I'm g...
STM32L475RC RTC Issue?
Are there any known issues with the RTC Wakeup on the STM32L475?I cannot get it to work, I've copied the code exactly as it appears in the STOP2_PWR example, but no matter what I do the ISR does not get called.If I check the registers I can see the t...
Is SafeRTOS support in STM32CUBEMX?
If I want to use the SafeRTOS for critical issue can I use it in the cubeMX as I use today the FreeRTOS?If it is possible or not at this stage, and if yes what adaptation do I need to do to use it?Is there any guide for immigrate Safe RTOS to CUBEMX?...