Skip to main content
gaetanbusson
Associate II
December 18, 2015
Question

Bug report

  • December 18, 2015
  • 1 reply
  • 611 views
Posted on December 18, 2015 at 16:28

Hello!!

I used STM32CubeMx to generate a simple code. This code is not compiling with IAR EWARM. The reason is the following:

#define 8xUSART6_TX_Pin GPIO_PIN_9
#define 8xUSART6_TX_GPIO_Port GPIOF
#define 8xUSART6_RX_Pin GPIO_PIN_10
#define 8xUSART6_RX_GPIO_Port GPIOF

In the mxconstants.h file STM32Cube Mx declared some define starting with a number. EWARM preprocessor does not support this. Generally speaking, is there a simple way to report bugs on this kind of code generator instead of using this forum?
    This topic has been closed for replies.

    1 reply

    mikael239955_stm1_st
    Associate III
    December 21, 2015
    Posted on December 21, 2015 at 02:18

    No! absolutely no simple way!