• LPC1788 Executing from SDRAM
    Hello, I'm using LPC1788 in my project and I need to execute some code from SDRAM at address 0xA0000000, but there is one issue. The issue is that MPU considers this address a non executable memory...
  • STM32F4 SDRAM settings
    I'm working with STM32F429I discovery board to take confidence with grafical display and STemwin libraries and the example given by KEIL are very useful and worke fine. Now I want to move my project...
  • Execute Debug Code in SDRAM
    If interested (and you are here.....) attached is my base project to load debug code to SDRAM and debug from SDRAM. I have included a couple of pages from our schematic to show the bus connection. Info...
  • mpu-9150
    Hi I want read data of mpu-9150 with i2c but i am not good in work with i2c in stm32f107 can anyone help me step by step?
  • MPU configuration
    I have defined two main function for two flash/RAM region in Cortex M3, In first Main function (1st Bank) Region I configured MPU and Exception handlers before Jumping to 2nd Main function (2nd Bank...