• 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...
  • 87c591 CAN Remote Frame Requests
    Hi, I can find alot of documentation on generating remote frame requests on the 87c591 and sja1000 CAN interfaces , but can find no information on how to handle a request. All code that I have tried...
  • 87c591 CAN Remote Frame Requests
    Hi, I can find alot of documentation on generating remote frame requests on the 87c591 and sja1000 CAN interfaces , but can find no information on how to handle a request. All code that I have tried...
  • Feature request: Simulate CAN REMOTE FRAME with DLC not equal to 0
    The debug functions in debug.ini: FUNC void sendMessage3(void) { CAN0ID = 0x0321; CAN0L = 6; CAN0IN = 3; } FUNC void sendMessage6(void) { CAN0ID = 0x07654321; CAN0L = 6; CAN0IN = 4; } define...