This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Issue with new version of HALCoGen 04.03.00

Other Parts Discussed in Thread: HALCOGEN

Hi,

I saw that the new release of HALCoGen (04.03.00) includes support of FreeRTOS source code generation.

Unfortunately I tried to recompile my project with it and it did not work.

After investigating, there are some bad initialization variables in the file TMS570LS1224PGE_FREERTOS.cnf

Actual values:

VAR.FLASH_BANK_LINK_BASE_ADDRESS_0.DEFAULT=0x00000020

VAR.FLASH_BANK_LINK_LENGTH_0.DEFAULT=0x0013FFE0

Correct values:

VAR.FLASH_BANK_LINK_BASE_ADDRESS_0.DEFAULT=0x00008020

VAR.FLASH_BANK_LINK_LENGTH_0.DEFAULT=0x00137FE0