User Activity

Posted on August 31, 2017 at 16:29Hello to all, I need to write the bootloader for a cortex M0. Could someone explain to me what I have to do. What are the code that I have to write and how I have to modify the linker and the sturtup .s file? In the...
Posted on August 28, 2017 at 16:53Hello to all.I'm new user in STM32 and I need to do a CAN bootloader. Only software bootloader! I understand how I can modify the linker script to add the boot region. But my problem is how to jump at the startup in...
Posted on June 12, 2017 at 17:08Hello to all,I'm new in STM32. I have to use the CAN peripheral on the STM32F091VCTx microcontroller.I'm able to send messages and receive messages in the FIFO0, but if I try to use the FIFO1 the software go down and ...