STM32 MCUs Products

Ask questions, find answers, and share insights on STM32 products and their technical features.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! STM32F4DISCOVERY Timers Compare Match Interrupt Issue

Posted on June 16, 2018 at 13:49Dear All,   I am working on STM32F4Doscovery board timers. I want to make a timer interrupt for an application. It can be 1sec or 500ms interrupt. I have read the datasheet and written the program accordingly. But i d...

Yadav by Associate II
  • 2377 Views
  • 11 replies
  • 0 kudos

Porting __ramfunc from IAR to Atollic

Posted on August 10, 2017 at 04:01Hello,I am working on porting code from IAR EWARM to Atollic Truestudio for STM32F103RD microcontroller. For the __ramfunc IAR directive I have added __attribute__((long_call,section('.RAMFN'))) and modified the lin...

see where my prgm finish in the flash memory

Posted on May 24, 2018 at 14:34hello evry one when i program my stm using keil ,, i want to see where is the adress that my sofware ended at in the flash memory just got this *** Using Compiler 'V5.06 update 4 (build 422)', folder: 'C:\Keil_v5\ARM\A...

0690X0000060Kv4QAE.png

STM32F407 Analog Watchdog too slow

Hello, I am working on a project in which the AWD must react quickly (less than 500 us).But when using the oscilloscope, it takes around 70 ms to react.The project is big, so i can't give everything, but the ADC are configured like following :uint32...