Tool/software: Code Composer Studio
Hi,
while implementing a modified bootloader (for QSPI) I discovered the following - maybe it's of interest for other forum discussions...
I am referring to PDK version pdk_am437x_1_0_15 to the starterware content of board related stuff.
Acessing a board without I2C connctivity I tried to use the BOARD_CUSTOM entry from board_am43xx.c:
Because I failed, I compared with boardId_t structure content of related board.h:
And I checked the boardIdString_t structure, too:
Obviously, there is a mismatch between sizes and entries of the 3 structures:
BOARD_CUSTOM is defined as 10 hexadecimal, but used as 10 decimal in the string table.
And gpBoardAm43xxData is missing some of the entries.
Is this something that has already been fixed with newer PDK versions (e.g. pdk_am437x_1_0_16) ?
Best regards,
Thomas