2018-08-03 01:26 PM
However the .h file is read only. What is going on? What have i done wrong? I've attached the tree from IAR.
thanks
2018-08-03 01:40 PM
Sorry, what line? For images just inline using the Mountain/Sun Icon.
If you need to edit a file, make a localized copy in your own project directory, and clear the read-only attribute. For Include files, make sure the project directory holding them is the first in the 'Include Paths' settings passed to the compiler.
Some features may be overridden with settings in the project's stm32h7xx_hal_conf.h file
2018-08-03 02:12 PM
I just cleared the read only attribute and it works... thanks
I am trying to use cmsis without HAL for this project and i get the following error from the compiler (IAR): Fatal Error[Pe035]: #error directive: "Please select first the target STM32H7xx device used in your application. So i needed to uncomment the chip i'm using.