2016-03-02 12:38 AM
Hi, I am using X-NUCLEO-CCA02M1 (mems mics) with nucleo stm32f4.
I want to record audio by the mics ans store it the internal flash.Didn`t find any materials\examples for storing to flash .I found Audio_playback_and_record project in STM32F4-DISCOVERY boardfirmware package but don`t know how to obtain it to nucleo . ( very new user)Please HEEEELLP!Thanks!2016-03-02 10:04 AM
I found Audio_playback_and_record project in STM32F4-DISCOVERY board firmware package but don`t know how to obtain it to nucleo . ( very new user)
You'd have to port the code from the other platform by paying attention to the differences in pin utilization and chip configuration. You don't mention a specific NUCLEO board, but the F401RE isn't going to be as feature rich as the F407 utilized by the F4-DISCO.2016-03-03 02:19 AM
The nucleo F401 the Disco F407.... in addition this example uses a lot of disco features....
''You'd have to port the code from the other platform by paying attention to the differences in pin utilization and chip configuration ''you are right that I have to do it. but for my regret I don`t have sufficient skills to do it.2016-03-03 08:47 AM
Then you need to start with the DISCO board, there aren't a wealth of resources available to do the porting.