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.