Hi
I have a 6678 custom board without DDR3 and I want to write a simple program on eeprom or nor flash. I set the dip switches on no boot and load "eepromwriter.out" on core 0. After that I load my bin file on MSMCSRAM memory on address"0x0c000000". When I run the program I face with error on line 188.
if(platform_device_write(p_device->handle, eepromWriterInfo.startAddr, scrach_block, eepromWriterInfo.writeBytes) != Platform_EOK)
I can not understand. Do you know what is my problem?