cancel
Showing results for 
Search instead for 
Did you mean: 

Accessing SD Mass Storage Memory on STM3210B-EVAL

james239955_stm1_st
Associate II
Posted on March 18, 2008 at 07:04

Accessing SD Mass Storage Memory on STM3210B-EVAL

22 REPLIES 22
frank5
Associate II
Posted on May 17, 2011 at 12:22

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,

Frank

joneuhaus
Associate II
Posted on May 17, 2011 at 12:22

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).

frank5
Associate II
Posted on May 17, 2011 at 12:22

OK, I will read and check.

Regards,

Frank