STM32 MCUs products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

New possibilities for the ultra-low power segment!

STM32U0 is the first Cortex-M0+ with a static consumption of only 160 nA in standby mode with RTC (Real-Time Clock) and 16 nA in shutdown. It also achieves 118 points in CoreMark and targets SESIP level 3 and PSA level 1 focusing on firmware code pro...

gif-stm32u0.gif

Resolved! init nand flash mt39f8g08 in bank3(0X80000000) FAILED?

Posted on March 24, 2018 at 15:27my register set around 0xa0000080 was belowand fmc clock was enablebut i still couldn't reset nand flash and read a error nand id as belowmy reset nand code as below#define READ_ID 0x90 #define NAND_RESET 0xFF #defin...

0690X0000060AE2QAM.png 0690X00000609QNQAY.png 0690X0000060ABTQA2.png 0690X0000060AEMQA2.png

STM32F411 ADC DMA Interrupt, StdPeriphLib

Posted on March 24, 2018 at 19:38 Hi Folks, I am trying to read a potentiometer over one ADC channel of the only available ADC1 peripheral on my STM32F4 board. It works fantastic, when i configure ADC without DMA and when i set only the End of...

tom.abel by Associate II
  • 536 Views
  • 2 replies
  • 0 kudos

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
  • 295 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
  • 234 Views
  • 1 replies
  • 0 kudos
Labels