User Activity

Posted on March 24, 2017 at 14:47Hi everybody,I'm using a STM32F205VE on one of my electronic board.I'd like to reset my microcontroller, so I use the function NVIC_SystemReset that I can find in core_cm3.h but it never works.My board is not resetti...
Posted on March 21, 2017 at 14:51Hi erverybody,I'm programming two cards. The first has a STM32F205RG, this one functions perfectly, I can program it and do what I want (I'm using SWD connection to program my cards).The second one has a STM32F429IG....
Posted on March 14, 2017 at 17:25Hi Everybody,I'm using a STM32f205RG on a personnal electronic board. I would like to communicate with an external equipment using modbus RTU on RS485 link. So, I'm trying to implement USART 1 with DMA.For the moment...
Posted on November 03, 2016 at 14:25Hi all! I have a problem with STM32 BOOT (I used a STM32F207). If the microcontroller restarts (after power-off), the firmware is blocked during the CLK initialization (and RTC initialization). I changed capacito...
Posted on July 27, 2016 at 17:24 Hi everybody, I try to make a bootloader with my STM32f091 to copy a new firmware to my boards using the Power Line Current. First, I bought the evaluation kit (STEVAL-IHP005V1), it works very without a...