Does doing a simple write to the flash address space not result in any kind of a BusFault or other error interrupt?After debugging an issue wherein I did not realize that I was running `qsort` on const data that was residing in the, I was a little su...
I am working on a project where I have managed to detect any printer using USB driver provided by STM-HAL.All this code is developed on STM32F407VG MUC Discovery Board. Which is working fine and I am able to print the labels as i want without any err...
I have looked through the SDK mentioned above but I need code in embedded C that I can use in my STM32CubeIDE but cannot find it. The code needs to follow the flow shown in the attached file.Do anyone know how I should go about doing this and what c...
STM32F469NI controller and IDE System workbench version 4.5.2 MCU with 2MB flash and 320kb RAM are used. for LCD ST emWin graphic library with GUI interface we using.The problem is that we are updated new touch driver code. The touch is detected, bu...
hi , I have to STM32 chip, how to use one GPIO to do Duplex communication bettween this two STM32 ?thanks
Hello, I am still learning about STM32 and I know that the slashes mean that several ports are bonded to the same pin (e.g. PB7/PB8), but what the square brackets mean in a STM32 pinout? and the dash? thanksBest regards
Hi All, I am trying to compile and run the project ACIM-NUCLEOG431RB-IHM023V3-LSO_FOC to drive an ACIM motor as in the wiki: https://wiki.stmicroelectronics.cn/stm32mcu/wiki/STM32MotorControl:SDK_AC_induction_motor but the generation of the code give...