cancel
Showing results for 
Search instead for 
Did you mean: 

Timer in SDRAM

yalamanda dosakayala
Associate II
Posted on March 13, 2018 at 12:58

Hi All, I am working on stm32f779i eval board with system work bench IDE, I am fatfs_uSD_RTOS example project in SDK_V1.8.0.

I am able to create a timer in this project and make it work, But when I changed RAM to SDRAM configuration in the linker file and for using (followed sample project for SDRAM). All my communications are working (CAN,SD, RTOS) but timer and watchdog timer are not working(Timer call back is not calling in the code once timer is expired).

Can anyone help me what is problem of SDRAM on timer functionalities ?

#freertos ##external-sdram #watchdogtimer #software-timer
1 REPLY 1
Posted on March 14, 2018 at 00:13

There probably will be no direct relationship to SDRAM.

You should verify that the timer and watchdog initializations run as intended, e.g. by placing a breakpoint to the routines where the timer and watchdog are initialized, and verifying that the processor passes through it.

JW