STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STOP1 +RTC

Posted on March 21, 2018 at 15:04Use the stop1+RTC routine of stm32l476, can't enter stop1 mode, LED light has been flashing, what's going on?

yang hui by Associate II
  • 449 Views
  • 3 replies
  • 0 kudos

hello, Im using stm32f103 microcontroller. Im trying flash programming. while unlocking flash program erase controller by writing key values to register, controller not comming out of that loop. Is their any changes required in code????

Posted on March 24, 2018 at 05:43#define FLASH_KEY1               ((u32)0x45670123)#define FLASH_KEY2               ((u32)0xCDEF89AB)void main (void){    //FLASH_ClearFlag(FLASH_FLAG_EOP | FLASH_FLAG_PGERR | FLASH_FLAG_WRPRTERR);      /*unlock the f...

STM32F3 discovery maximum input frequency

Posted on March 23, 2018 at 19:15Hi I am currently working on STM32F3 discovery board. I want to calculate the number of rising edges that can occur in certain time period. Currently I am doing this by setting up an external interrupt pin and a time...

Arvi 38 by Associate
  • 351 Views
  • 1 replies
  • 0 kudos

STM32C8T6 UART Not working

Posted on March 23, 2018 at 06:40Trying to get STM32C8T6 UART to send data but nothing comes through. I configured the RCC, SYS, USART1 (baud 9600) and the integrated led on cubemx.  Tx connected to A9, Rx to A10. My code is as follows:    UART_Hand...

rtek by Associate II
  • 1436 Views
  • 6 replies
  • 0 kudos