User Activity

Posted on December 01, 2017 at 12:08Hi all,It's possible to use the sector 0 to store the user variable and the other sector 1..31 for the program code?I've tried to set the STM32f072 but remains stuck.Thanks.
Posted on November 17, 2017 at 15:03Hi all,I'm working on my program to adapt it with the STM32F072C8, the program works on the LPC1115 and after I've translated for the ST, I found a problem.. I've this array ( unsigned short Example[254] ) but whe...
Posted on May 07, 2017 at 22:34HiI'm working on stm32f042 but now I want to use the stm32f030 for memori and cost reason, I see that in the 030 there aren't the boot SEL bit to select by default the flash boot. On my board in boot pin I use a pull-u...
Posted on March 09, 2017 at 16:25Hi,I'm new on ST MCU, I'm trying yo understand how to read the internal flash of STM32F042K6. I want to read the Page 31 of the device, the address is 0x800FC00 but if I try to read it with a pointer the program goes...
Posted on March 05, 2017 at 19:53Hi, I'm working on STM32F091 MCU fora the first time and I'm trying to test the USART1 on PF0,1. I have just wrote the code and it works well, but now I can't receive the RXNE interrupt.. the tx line works normally.....