Tool/software: Code Composer Studio
Hi, I'm quite new in cc26xx devices, so my question might be silly. I'm trying to use functions such as OADTarget_readFlash(), OADTarget_writeFlash() for my BIM app, and have an iisue during building my project:
unresolved symbol NOROM_CPUcpsid, first referenced in ./oad_target_internal_flash.obj and got the same line for NOROM_CPUcpsie (which obviusly interrupt dis/en in read function), and NOROM_FlashProgram
Then I`ve found I should define DRIVERLIB_NOROM at prj level, after this in ADDITION to current issues I got the same for other NOROM functions
unresolved symbol NOROM_PRCMPowerDomainOn, first referenced in ./main.obj
unresolved symbol NOROM_PRCMPowerDomainStatus, first referenced in ./main.obj
unresolved symbol NOROM_PRCMPeripheralRunEnable, first referenced in ./main.obj
unresolved symbol NOROM_IOCPinTypeGpioOutput, first referenced in ./main.obj
Please tell me what have I done wrong, and how should I fix that issues
Regards, Frank