Part Number: TMS320F28P650DK
Dear TI,
I am trying to achieve SD Card logging using CPU2 on the F28P65x core - the key objective is to write a simple message to a blank text file.
I have succeeded to use the TI example 'sd_fat32_exfat.c' to write a simple message to a blank text file (using CPU1).
I have also succeeded to follow the dual CORE examples: 'led_ex1_c28x_dual_blinky_cpu1.c' and 'led_ex1_c28x_dual_blinky_cpu2.c'.
My understanding is that CPU2 needs to be booted up by CPU1 - so my approach so far has been to modify the dual LED example by keeping the bootup logic but copying over the SD writing logic onto CPU2.
However, I always seem to get FR_NOT_READY as my returned error code when i attempt f_open(). I know my pinMux is correct, as I have successfully written using CPU1.
I have attached my attempt at modifying the LED example for SD writing.
led_ex1_c28x_dual_blinky_cpu1.c
led_ex1_c28x_dual_blinky_cpu2.c
Any advice appreciated,
Samuel.
