7 Aug
2015
7 Aug
'15
8:50 p.m.
Hi there, xpcc can now automatically generate the correct interrupt vector tables for all STM32 devices. The table is generated from the CMSIS headers and stored in the Device Files. Example STM32F407: https://github.com/roboterclubaachen/xpcc/blob/develop/src/xpcc/architecture... This should dramatically improve the coverage and correctness of all interrupts on the STM32 devices. Some small inconsistencies in the device files, such as wrong SRAM size or duplicate values, have been fixed as well. Furthermore all STM32 include files have been updated to the latest from the ST Cube libraries. Cheers, Niklas