cancel
Showing results for 
Search instead for 
Did you mean: 

How to get STM32Cube_FW_MP1_V1.2.0RC2?

HMasu.1
Senior

want to exchange large data buffers with the coprocessor.

I have done following wiki page.

https://wiki.st.com/stm32mpu-ecosystem-v1/wiki/How_to_exchange_large_data_buffers_with_the_coprocessor_-_example#Source_code

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

1 ACCEPTED SOLUTION

Accepted Solutions
Olivier GALLIEN
ST Employee

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

Olivier GALLIEN
In order to give better visibility on the answered topics, please click on 'Accept as Solution' on the reply which solved your issue or answered your question.

View solution in original post

2 REPLIES 2
Olivier GALLIEN
ST Employee

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

Olivier GALLIEN
In order to give better visibility on the answered topics, please click on 'Accept as Solution' on the reply which solved your issue or answered your question.

@Community member​ ,

Thank you for your reply.

I understood that it means STM32Cube_FW_MP1_V1.2.0.

H. Masuda