• STM32F427 HAL SDRAM Init
    Hello Community, i have the problem, that i have no idea how i could initialize the SDRAM with the HAL-Functions for STM32F42xx. The correct chip is STM32F427-IGH6. My problem is that i could...
  • STM32F427 HAL SDRAM Init
    Hello Community, i have the problem, that i have no idea how i could initialize the SDRAM with the HAL-Functions for STM32F42xx. The correct chip is STM32F427-IGH6. My problem is that i could...
  • LPC3250 and init of SDRAM (MT48LC2M32B2 )
    Hello I m trying to initialise a MT48LC2M32B2 SDRAM coming from MICRON with a LPC3250. Here is my function: void initSDRAM() { int dummy = dummy; SDRAMCLK_CTRL = 0x0; //validation SDRAM HCLK...
  • LPC3250 and init of SDRAM (MT48LC2M32B2 )
    Hello I m trying to initialise a MT48LC2M32B2 SDRAM coming from MICRON with a LPC3250. Here is my function: void initSDRAM() { int dummy = dummy; SDRAMCLK_CTRL = 0x0; //validation SDRAM HCLK...
  • 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...