Raw data of NVIC table
Hello,I am currently learning low level embedded programming, which lead me to try to extract the data used to generate the table 51 of the document RM0394 Rev 5. I would use this data to generate C++ code. Is the raw data of this table is publicly a...