User Activity

Hello all,I'm using STM32F030CC uC and in that I'm reading the @KB of flash data before initializing the peripheral and for every debugging sessions the reset is identified as IWDG reset, can anyone help me to understand this logic?int main(void) { ...
Hello all,Can anyone in his forum to let me know whether can be write a byte in to the flash memory of the STM32F030CC uC, it always asking to increment the the write size as '4' bytes, if I hchange the code to write as a byte or even a two bytes the...
Hello Team,Are there any sample codes available for suctome bootloader for STM32F0C0 or for the any of the M0 series contoller, the reason for asking this the vector table reloactaion during the bootloader is quite not clear me, even gone through the...
Hello team, please find below my code for receiving the dat from the tera term and after flashing the code could see the rx_data is properly initialized and after pressing the resume option in the debugging environment the first byte of the rx_data i...
/* USER CODE BEGIN Header */ /** ****************************************************************************** * @file : main.c * @brief : Main program body *****************************************************************...