• STM32F427 uVision5 Remote Request
    I have downloaded CAN bus code using ST CubeMX to run in uVision5. I am using PCAN View to read the CAN bus Data but only receive 'REMOTE REQUEST' in the data. I can re-compiled in an alternative Compiler...
  • STM32F427 uVision5 Remote Request
    I have downloaded CAN bus code using ST CubeMX to run in uVision5. I am using PCAN View to read the CAN bus Data but only receive 'REMOTE REQUEST' in the data. I can re-compiled in an alternative Compiler...
  • sdram init from keil
    Hi, if one question about the sdram initialization (micron MT48LC16...) from keil for (all) SAM9 controller AT91SAM9260 / 61 / 63). After the eight auto-refresh commands there's the load mode register...
  • sdram init from keil
    Hi, if one question about the sdram initialization (micron MT48LC16...) from keil for (all) SAM9 controller AT91SAM9260 / 61 / 63). After the eight auto-refresh commands there's the load mode register...
  • 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...