[SOLVED] CCS: can’t find the library ‘lib/boot.aem4’

[SOLVED] CCS: can’t find the library ‘lib/boot.aem4’

[SOLVED] can’t find the library ‘lib/boot.aem4’ specified by package ti.targets.arm.rtsarm. It wasn’t found along the path You might get this error after changing the compiler version in the Project tab of the CCS General properties window. Issue is that the target field has changed, its very subtle bug in CCS as only the last letterContinue Reading [SOLVED] CCS: can’t find the library ‘lib/boot.aem4’

[Solved] System_printf() on CC2640R2F

[Solved] System_printf() on CC2640R2F

Here is how to implement System_printf() to write to the console on T.I. CC2640R2F, this is the solution to the unsolved closed issue “CCS/CC2640R2F: Implementation of System_printf()” asked on TIs forum: https://e2e.ti.com/support/tools/ccs/f/81/t/670719. Chang the .cfg file to include SysMin, include the preprocessor XDC references, add the bufSize, remove all references to SysCallback: var SysMin =Continue Reading [Solved] System_printf() on CC2640R2F

Hands on TI CC2640R2F

Hands on TI CC2640R2F

This is my first experience with CC2640R2F and also with TI more generally so I thought I’ll write down my feelings after a week as it might be of interest to someone else. Background I should mention that this was my very first time developing with TI, which means most of the comments concern TIContinue Reading Hands on TI CC2640R2F