User Activity

My device NUCLEOF072RB  is enumerated as follows = JLINK CDC UART Port (COM5)I have a STM32 Nucleo board Now when I am trying to connect to flash the demo program, I am getting the following error Could not connect to target Please check power, conn...
Hi Guys, I am using TIM3 with 4 channels to generate a PWM signal for my motors. Right now there is no phase difference between the PWMs, but now there is a requirement where I need to generate a Phase difference like shown in the figure below I was ...
I am using STM32F030R8T6, with 64kB flash size. Now I have <1k space left in the flash and whenever I load the ELF file with Atollic TrueSTUDIO the device doesn't work. The watchdog keeps resetting the device. However if I load the .HEX file, everyth...
ROM Check on STM32F030I have an STM32F030 where my product has a requirement to do a ROM check before performing any task. How can I do it? Is there any API which returns the result of ROM check done in bootloader? What’s the easiest way of achieving...