Part Number: CC2538
Tool/software: TI C/C++ Compiler
I'm just going to describe the simplest example. If I create a new project, choose cc2538SF for the chip with the hello world template, then change the --wchar_t to 32 in the run time model options, I'm getting errors such as undefined symbol __STACK_SIZE.
How are we suppose to change --wchar_t to 32 without getting errors?