Hello
I'm working with the SmartRF05EB/CC2530EM kit. I'm trying to display messages on the LCD with TIMAC Version 1.4.0 source code but I obtain the following error:
Error[e46]: Undefined external "_itoa" referred in OSAL ( G:\TexasInstruments\TIMAC-CC2530\Projects\mac\sample\cc2530\IAR Project\ Normal\Obj\OSAL.r51 ) Error while running Linker
Could you help me, please??
Hello,
If you download the Z-Stack 2.5.0, you can find this function in the OSAL API.
I'm not sure, but maybe the _itoa function defined on the OSAL API, is not present on the TIMAC version you are using.
BRS,
Eliã Lima
Brazil
Efectivamente, descargue el archivo Z-Stack 2.5.0 de la pagina de TI y entre todos los archivos que se instalaron estaba la funcion _itoa que yo necesitaba. La agregue a mi programa y todo funciono correctamente. Muchas gracias por tu respuesta y sobre todo por la prontitud de la misma.