startup_stm32F410Rx.s
Hi,
i made a new project, for a STM32F410RB, on the NUCLEO F410RB board:
New -> Project.. -> C-Project -> Ac6 STM32 MCU Project,
then on the MCU Configuration panel selecting Series -> STM32F4 and Board -> NUCLEO-F410RB, then Finish.
Then looking into the startup folder of the generated project, there is only startup_stm32.s, which seems to be only a general startup file, where none of the irq vectors of the STM32F410RB are defined. There shoud be something like startup_stm32F410Rx.s, but it isnt. Is it a bug, or a feature ?
Greetings,
Wolfram