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.

TMS320C6748: OMAP-L138_FlashAndBootUtils_2_40 SPI writter bug + fix

Part Number: TMS320C6748
Other Parts Discussed in Thread: OMAP-L138

Dear friends,

In OMAP-L138_FlashAndBootUtils_2_40, file spi_mem.c, function SPI_MEM_eraseBytes(...)

Line 419 should be endBlockAddr = (eepromAddr + bytesLeft - 1) & mask; instead of endBlockAddr = (eepromAddr + bytesLeft ) & mask;

Regards,

Avi Tal