• Set AHB Matrix priorities in LPC4370
    Hi, I want to set access priorities for the AHB bus, But I can not find which register to modify in RefManual, I have found this useful for LCD driver in LPC1788 LCD driver, The code there is something...
  • IAP on the LPC1788 Developer's Kit
    Hi, I have an LPC1788-32 Developer's Kit. I would like to plug the device into my computer via USB, it to come up as a Mass Storage Device (MSD) containing a single file - it's current firmware...
  • IAP failure on LPC1114/301
    Hello, My IAP functions update the flash, but toward the end of each programmed block there is always inconsistent data at the same offset from the beginning of the block (mostly): it differs from...
  • LPC1788 - IAP erase sector always returns BUSY
    Hello, I'm trying to erase some sectors of the internal flash using IAP but for a reason I can not figure out it is not working. I'm preparing the sectors and this IAP command suceeds but when...
  • How to set interrupt priorities in CMSIS-RTOS RTX?
    I have a question about the correct setting of the Cortex-M interrupt priorities in CMSIS-RTOS RTX. The CMSIS-RTX online manual (for the latest version 4.78) does not talk about this issue, and in fact...