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.

Starterware/AM4377: EtherCAT issue with ESC EEPROM

Part Number: AM4377

Tool/software: Starterware

Hi, I'm trying to run EtherCAT application on customized AM4377 board.

I wanted to use QSPI flash ROM as EEPROM of ESC, so I defined EEPROM_SPI.

Running application, an abort occurs, then I found an error in 'board_support.c' file.

the line number 570 in 'board_support.c', you're using "mcspiLock", but I think it has to be "qspiLock".

When I think wrong, please give me some how-to/instructions to fix it.

Thank you.