Other Parts Discussed in Thread: TMS320F2812
Hi guys,
Here is my situation. A binary was built containing a memory range that conflicts with the documented reserved memory.
This binary was downloaded onto a TMS320F2812 board.
Here was the linker command..
RAML0L1 : origin = 0x008000, length = 0x00XXXX
The 0x00XXXX value is greater than 0x002000.
My question is would this cause communication issues between the board and the Downloader utility? Like a "unable to synchronize" error?