2022-06-07 03:24 AM
I am using stm32f7508-DK
Try to save Audio in SD card
Please suggest the related example will help me to complete the task.
regards
siva
2022-06-07 03:31 AM
As far as the SD Card is concerned, it's just a file - no different to any other file.
SD Card examples should be easy to find...
2022-06-07 03:45 AM
Thank you very much for your quick reply,
My concern is in Firmware package (example)
Two Different examples 1.Audio record 2.Fatfsusd
i want to combine those 2 examples
when i try to combine some of the dependency files (header files are not added )
for example i add Stm32fxx_hal_sd.c in Audio Record example (required Stm32fxx_hal_sd.h file is not appear)
kindly help to figure out the problem
thanks
siva