How to Port Cmake Project into stm32 cmake based project
I was able to create a cmake template project. but in this project i didn't find the .ioc file and Core and Driver FolderIn this case, how can access the core and Driver code?
I was able to create a cmake template project. but in this project i didn't find the .ioc file and Core and Driver FolderIn this case, how can access the core and Driver code?
Hello,Currently i'm working on STM30F030 controller.I want to connect TFT display with this controller, display has three pin for SPI (SDA,SCL & CS) and used only for write operation.so how to configure controller for 3-wire SPIIf i have to connect...
I have project on STM32H753ZI and I am using ADC in DMA mode. Every few hours I get Usage Fault Unaligned access hard fault. Fault is invoked in my ADC_ConvCptlCallback in which depending on ADC value I decide about GPO stateStack during HardFault:Ha...
Hi,Just started working on a project based on the STM32F446RET MCU. Using the CubeIDE framework (code generated from .ioc file) and having some trouble with USB OTG FS Device mode. If I enable VBUS sensing, then the USB doesn't enumerate. What's not...
Hi all,I selected this "Demonstrations" projects from the list of examples in cubeIDE but when I try to compile either the CM4 or CM7 I get "no rule to make target". Anyway to fix it? Thanks.UPDATE: More details as requested...The errors I get are:17...
Hi , have somebody link to exe or online or linux utility with same result as HAL CRC calculate?
good morning i was trying for sometime now to configure stm32 timer as a counter to count the pulses in order to count the RPM of a rolling gear and then show it on a lcd screen, and no matter what i do or change in the code or the timer configurat...
I am working with the above device. I have created an .IOC file and auto-generated code. I can see the GPIO configuration for the simple I/O, but I do not see any pin configuration for the ADC inputs that I have selected. I assume that I will have to...
Has anyone ever had success getting the CS42L52 audio CODEC to work on the MCBSTM32F400 board? It is suspicious that there are no working code examples for the CODEC and it is also left out of the board's BSP support package. I have taken the time to...
Hi all,I have a project with a SMT32L431. Right now it is running on the nucleo-64 demo board (its a STM32L4 33RCT6P) so nothing is connected to the board.The project will use all UART and LPUART modules, the SPI1, the I2C2 and the CAN1 module. I hav...