Aah my mistake, I copied the wrong error message. After I include the core_cm7.h
(because I’m working on STM32F746 discovery board, I’m pretty sure thats the right one) it gives me bunch of errors like this one:
/home/jure/.platformio/packages/framework-stm32cube/f7/Drivers/CMSIS/Include/core_cm7.h:1834:37: error: unknown type name 'IRQn_Type'; did you mean 'ITM_Type'?
__STATIC_INLINE void NVIC_EnableIRQ(IRQn_Type IRQn)
^~~~~~~~~
ITM_Type
After you check it, please let me know if I should fill the git issue or link yours if you will do it - if that is fine with you?
Thanks alot for helping out!