Part Number: MCU-PLUS-SDK-AM243X
As soon as the .text section gets bigger than 0x101E0 file loader verification for the M4F fails with error message
BLAZAR_Cortex_M4F_0: File Loader: Verification failed: Values at address 0x000101E0 do not match Please verify target memory and memory map.
BLAZAR_Cortex_M4F_0: GEL: File: C:\MA\HKCLR_Driver\Firmware\CCS_Workspace\hkdriver_diagnostics\hkdriver_diagnostics_m4fss0-0\Debug\hkdriver_diagnostics_m4fss0-0.out: a data verification error occurred, file load failed.
The linker.cmd is the standard one used is all the sdk examples.
M4F_VECS : ORIGIN = 0x00000000 , LENGTH = 0x00000200
M4F_IRAM : ORIGIN = 0x00000200 , LENGTH = 0x0002FE00
M4F_DRAM : ORIGIN = 0x00030000 , LENGTH = 0x00010000
There seems to be a workaround where one disables verification on load....
Any updates the root cause and fix for this?

