User Activity

Hi!I have a project with a custom bootloader (I cannot change it), the issue I have is that my main app freezes after the jump from the bootloader.I have a USART connection to debug it easily.I know some Interruptions are set in the bootloader, so I ...
Posted on February 22, 2018 at 18:16Hello everyone.I'm making a custom bootloader for my stm32f107 wich jump to my application location.My application just toggle a led using timer interuption and send me caracters using USART.When I flash it using ...
Posted on December 04, 2017 at 16:24Hi! I'm working on an custom board with stm32f107VCT6, and I'm using only standard stm32 library.My problem is that I try to make a simple delay using timer and a variable, but the code stops at the instruction 'w...
Posted on October 09, 2017 at 18:23Hello everyone!I'm new in the stm32 world and I have to say, I realy like it!I am under Ubuntu and I use 'Eclipse System Workbench' pre-configured IDE. I only use standart-stm32 library for now.I had some practise ...