• IAP write/read a Struct
    I have successfully made an IAP write and read call to flash memory with a simple data type like char or int. Now I am trying to do the same with a structure that I have defined. Currently, I simply...
  • IAP write/read a Struct
    I have successfully made an IAP write and read call to flash memory with a simple data type like char or int. Now I am trying to do the same with a structure that I have defined. Currently, I simply...
  • Reading/Writing data to flash with IAP
    I am using the LPC2300 (2378) board. I need to permanently store a variety of settings so that they are available from startup to startup. These are stored in a struct. I have done the following...
  • IAP boot loader distrubs- OTP data reading
    We are using STR912FA444X6, with Keil MDK, OTP data is not read correctly after boot loader transfer the control to main application. OTP data is correct if board directly start with main application...
  • Reading/Writing data to flash with IAP
    I am using the LPC2300 (2378) board. I need to permanently store a variety of settings so that they are available from startup to startup. These are stored in a struct. I have done the following...