Hi Ti folks,
I got into an issue with platform_init. Somehow Code flow is stuck inside that. I am debugging that and i could see few comments in platform.c
<PDK INSTALLATION PATH>\packages\ti\platform\evmc667Xl\platform_lib\src
/*************************************************************************
* This routine may be called before BIOS or the application has loaded.
* Do not try and write debug statements from here.
***********************************************************************/
So Accordingly, i am not placing any comments or debug statements inside.
Also i made PLATFORM_DEBUG = 1 in platform_internal.h
/* Turn on and off debug statements (may not be safe in certain contexts) */
#define PLATFORM_DEBUG 0 [i made this to 1]
1 .I am not seeing any debug prints, let me know is there anything which i can do for enabling debug prints. Please put these information clearly in doc for debugging inside platform_init and also let me know if i missed this info anywhere written in Ti literature.
2. Also is it ok to call platform_write in all possible places in platform_init(), so that i can know the issue exactly.
Ofcourse, i am rebuilding the complete libraries [from pdk installation path] and rebuilding my application code
Thanks
RC Reddy