when writing to EEPROM I receive the error code 26? This is the response from the function:
uint8_t Chip_EEPROM_Write(uint32_t dstAdd, uint8_t *ptr, uint32_t byteswrt).
The microcontroller is an LPC1549.
已解决! 转到解答。
Is the EEPROM clock enabled? (SYSAHBCLKCTRL0)
在原帖中查看解决方案