2015-11-09 02:52 AM
When generating MX_Device.h with CubeMX for a STM32F407 device, the following pin names are illegal, because there is minus sign in the name:
/* Pin PA13 */&sharpdefine MX_SYS_JTMS-SWDIO_Pin PA13/* Pin PA14 */&sharpdefine MX_SYS_JTCK-SWCLK_Pin PA14/* Pin PB3 */&sharpdefine MX_SYS_JTDO-SWO_Pin PB3Please update the STM32F4xx_DPF to correct this issue.
(For your information: In the SoftPack for the STM32F7xxx_DFP this error is already corrected.) #stm32cube-bug-mx_device.h2015-11-10 01:15 AM
Hi waldmann.christian,
Thank you for your feedback. The issue has been reported internally.-Syrine-2015-11-13 06:01 AM
Dear user,
Can you please provide the template file you used to generate such MX_Device file? DFP provide for an RTE_Device.h file that does not have this issue. Can you please indicate the DFP pack version you're referring to and attach the erroneous MX_Device file you may have retrieved from Keil DFP pack. Thank you for your feedback.2018-10-02 05:31 AM