Ask questions, find answers, and share insights on STM32 products and their technical features.
I have STM32G473VCT6 MCU. According to part number this device should have 256kB flash (Size code C). Flash size register (0x1FFF75E0) also shows 256kB (reg. value 0x100). However I can read and successfully write 512kB of data. STM32CubeProgrammer a...
Hello I need to receive the value of multiple Channel of ADC 1 I followed this tuto : https://controllerstech.com/stm32-adc-multi-channel-without-dma/But when my pin 1 is connected to GND i have 1500 of numeric value Already tested in Arduino and...
Does anyone have any experience of trying to control non-exisistant pins?I have a design that takes stm32f767 in the lqfp100 package. But none seem to be available.Looking around, I managed to procure a small run of stm32f779* in the wlcsp180 package...
I am using STM32F404 MCU I have interacted MPU6050 with my MCU and now i want to put IMUs data into some Eular equations for my application I have enabled FPU of Processor and using math.h library to code the equations i have observed that its takes...
I am new to STM32 and want read ADc through DMA.I go through some video and tried to read it but benefit of it.below is the code please guide me /* Includes ------------------------------------------------------------------*/ #include "main.h" #inclu...
Dear all,I have a STM32L562E-DK board (DK32L562E$AT3) and when i use the CubeProgrammer GUI, I cannot see TZEN bit in OptionByte panel nor any configuration bit related to trustzone. RDP0.5 does not appear neither (only RDP0,1 and 2). The revision of...
I have a STM32G0B0KET6. I have configured Pin A4 as a GPIO Output. However, I see a 506.000 Hz Square Wave instead of it being high. It sometimes works correctly as a slave select. At one point the line goes to 0V. If I reset the controller after thi...
Want to use a ADC threshold on STM32F745 to wakeup the micro from Sleep. Table 14 (Features over all modes) in the reference manual, indicates that this support is O (optional i.e. Off by default but can be turned on by software). Can someone please ...