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.

TMS320F2812 reserved memory violation problem?

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?