Non-secure interrupts are not working with trustzone enabled
CubeMX generates a file called "partition_stm32h563xx.h", this file contains the settings of which interrupts are available in the non-secure area, when trustzone is enabled.
For stm32h563 the generated list of interrupts is wrong.
There are many interrupts, which doesn't exist, while other interrupts are missing and some are in the list, but at a wrong place.
The result is many interrupts are not working in non-secure.
It can be manually changed in the "partition_stm32h563xx.h", but it has to be done every time code is generated
