2008-03-17 11:04 PM
Accessing SD Mass Storage Memory on STM3210B-EVAL
2011-05-17 03:22 AM
Can you please post this routine
how to call the disk_timerproc in the systick interrupt (each 10ms)? Sorry, I am new in the STM32 family. Thanks, Frank2011-05-17 03:22 AM
I am new too.
I suggest you to run and understand the examples available on the website. It helps a lot to understand how it works. The file stm32f10x_it.c contains all the interruptions. You need to add the disk_timeproc function in SysTickHandler() that occurs each 10ms (if it is configured so >> see the configuration function above).2011-05-17 03:22 AM
OK, I will read and check.
Regards, Frank