Skip to main content
Visitor II
October 7, 2020
Solved

How to get STM32Cube_FW_MP1_V1.2.0RC2?

  • October 7, 2020
  • 1 reply
  • 828 views

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

    This topic has been closed for replies.
    Best answer by Olivier GALLIEN

    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

    1 reply

    Technical Moderator
    October 9, 2020

    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

    HMasu.1Author
    Visitor II
    October 11, 2020

    @Community member​ ,

    Thank you for your reply.

    I understood that it means STM32Cube_FW_MP1_V1.2.0.

    H. Masuda