• 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...
  • Keil uVision5
    Hi. I am a beginner in microcontroller programming and new on this forum also. I have a development board EM-STM3210E with STM32F103ZET microcontroller and i try to make a simple project (turn ON a...
  • 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...
  • Nuvoton pack for Keil uVision5
    Hi All, Previously I had KEIL uVision 4.0, in that I had Nuvoton 100 series pack. I recently upgraded it to version 5.0 and I find it missing. I went to the pack installer to download, but I couldn...