STMicroelectronics / STM32CubeG4

STM32Cube MCU Full Package for the STM32G4 series - (HAL + LL Drivers, CMSIS Core, CMSIS Device, MW libraries plus a set of Projects running on all boards provided by ST (Nucleo, Evaluation and Discovery Kits))
Other
182 stars 98 forks source link

MDK-ARM startup assembly files have invalid CMSIS-Pack/Config Wizard Annotations #1

Closed jkrech closed 5 years ago

jkrech commented 5 years ago

Please review all MDK-ARM startup_*.s files. Note that these files follow the "CMSIS Config Wizard Annotations" (see: http://arm-software.github.io/CMSIS_5/Pack/html/configWizard.html)

The files contain this code in the header section.

;* <h2><center>&copy; Copyright (c) 2017 STMicroelectronics. ;* All rights reserved.</center></h2>

Which confuses the config annotation parser. Therefore I suggest to move the start tag of the config wizard annotation ;* <<< Use Configuration Wizard in Context Menu >>> to after the copyright and license (line 27)

;******************************************************************************* ;* <<< Use Configuration Wizard in Context Menu >>> ; Amount of memory (in bytes) allocated for Stack

ALABSTM commented 5 years ago

Dear Joachim Krech,

Thank you for pointing out this issue. It is now being analyzed. We will provide you with feedback as soon as possible.

With regards

ALABSTM commented 5 years ago

Dear Joachim Krech,

Thank you once more for the issue you pointed out. The solution you suggested will be adopted and made available within a future release of the STM32CubeG4 firmware.

With regards

ALABSTM commented 5 years ago

ST Internal Reference: 66667