• LPC43xx series
    Hello all, I am new to Multicore. I am working with LPC43xx series. I am trying to work with LED blink example and trying to know to handle the cores individually. When I read online,there are many...
  • Lack of support for NXP LPC43xx
    Concerning LPC43xx support: I also have installed the legacy pack for uVision 5. I can't seem to get Manage Run-Time to install components (resolve issues). I need middleware, as a trial I selected...
  • FileSystem on LPC43XX cortex M0
    Hi there, I am trying to access a memory SD card using keil fileSystem library on a LPC4337. I am using keil MDK5 and all software component needed for a FileSystem firmware. I can run FileSystem...
  • nxp lpc43xx dualcore project
    it is known that lpc43XX is dualcore microcontroller, when creating project using M4 and M0 at the same time, we may need to assign different program space for each core. how to conifg these kind of...
  • LPC43xx deep sleep wake up
    Hi, I'm trying to put my LPC4337 into deep sleep but it won't wake up when I bring the WAKEUP0 line low. Here is my code: sleep = os_suspend(); // Suspend RTX thread scheduler //TODO: Try...