• LCD display on STM32f4 2013
    Hi everybody. I'm LouisKhanh. I have a LCD.h for LCD 16x2 on stm32f1 from my friend. However, my board is STM32f4 so I have to change it to version for stm32f4 but sadly, it didn't work. Below is...
  • LCD display on STM32f4 2013
    Hi everybody. I'm LouisKhanh. I have a LCD.h for LCD 16x2 on stm32f1 from my friend. However, my board is STM32f4 so I have to change it to version for stm32f4 but sadly, it didn't work. Below is...
  • scary STM32F4 compiler issue?
    I am investigating what looks to be a memory corruption issue. I am stepping through the assembler and I cannot explain what I see. It's as if the microcontroller is not correctly interpreting the assembler...
  • scary STM32F4 compiler issue?
    I am investigating what looks to be a memory corruption issue. I am stepping through the assembler and I cannot explain what I see. It's as if the microcontroller is not correctly interpreting the assembler...
  • STM32F4 Discovery USB CDC Issue
    Hello, I am trying to implement USB CDC on the ST32F4 discovery board, and I am running into issues. I generate the project using the STM32CUBEMX software, which theoretically includes all the usbd...