Skip to main content
jbeloso
Visitor II
September 26, 2016
Question

RTX Configuration via STM32CubeMX

  • September 26, 2016
  • 2 replies
  • 1657 views
Posted on September 26, 2016 at 11:56

Hi,

I would like to use CubeMX and its grafical interface to generate code for my project in the Keil uvision IDE. I would like to use RTX RTOS too.

I only found this tutorial:

http://www.keil.com/pack/doc/STM32Cube/General/html/cubemx__r_t_x.html#cubemx_RTX_CubeMX

but this tutorial is for STM32F7, and I am working with Cortex M4 (STM32F4). I made this tutorial step by step but I have an error in the compilaton:

error: L6235E: More than one section matches selector - cannot all be FIRST/LAST.

Somebody knows what is the problem?? Any tutorial for this??

thank you very much.
    This topic has been closed for replies.

    2 replies

    slimen
    Visitor II
    September 26, 2016
    Posted on September 26, 2016 at 14:52

    Hello beloso.julio,

    It seem you have a duplicate file names. Check your configuration setting.

    More details in this

    http://www.keil.com/support/docs/3751.htm

    .

    You may review this

    http://www.st.com/content/ccc/resource/technical/document/user_manual/10/c5/1a/43/3a/70/43/7d/DM00104712.pdf/files/DM00104712.pdf/jcr:content/translations/en.DM00104712.pdf

    about STM32CubeMx for STM32 configuration.

    Regards
    ingwmeier
    Senior
    September 26, 2016
    Posted on September 26, 2016 at 16:20

    we had a similar message, the cause was 2x inclusion of the startup assembly file in the project