2020-10-07 01:03 AM
want to exchange large data buffers with the coprocessor.
I have done following wiki page.
I want to analyze Cortex-M4 source code, So I have get following source code.
https://github.com/STMicroelectronics/logicanalyser
I want to build the source code, but README says that "Drivers and Middleware are not included in the project; current assumption is that STM32Cube_FW_MP1_V1.2.0RC2 package is located at the same level as the project root folder."
How can I get STM32Cube_FW_MP1_V1.2.0RC2?
Or I have to investigate how to build the source code without STM32Cube_FW_MP1_V1.2.0RC2?
Best Regards.
H. Masuda
Solved! Go to Solution.
2020-10-09 07:11 AM
Hi @HMasu.1 ,
Sorry let consider this as a typo error STM32Cube_FW_MP1_V1.2.0RC2 is the actual available STM32Cube_FW_MP1_V1.2.0 release.
Olivier
2020-10-09 07:11 AM
Hi @HMasu.1 ,
Sorry let consider this as a typo error STM32Cube_FW_MP1_V1.2.0RC2 is the actual available STM32Cube_FW_MP1_V1.2.0 release.
Olivier
2020-10-11 04:30 PM
@Community member ,
Thank you for your reply.
I understood that it means STM32Cube_FW_MP1_V1.2.0.
H. Masuda