Ask questions, find answers, and share insights on STM32 products and their technical features.
I am facing an issue with the I2C communication. During the first run the communication between the MCU and the sensor is okay then I can read and write in the sensor's registers without a problem. However, when I try to debug a second time I receiv...
Hello everyone,For a project I'm working on, I'm using the STM32L432KCU6 MCU. After writing some code I've managed to make the STM32L432KCU6 do what I want/need, except that the ADC returns incorrect values from some of the ADC inputs.In this project...
I have two things in code running simultaneously:1) A CODEC using I2S with DMA is initialized and started as soon as the code is compiled and flashed.2) I have an interrupt for my encoder which is used for selecting things from a menu.The problem I a...
Hello Everyone,I am working on a project in which we load hex or bin file in USB pendrive and stm32F7 will read this file over USB_FS using Fatfs. Then it will program it self using same hex file(IAP from USB pendrive ). if i am using only internal f...
Hi everyone!Somebody here has a basic example for stream buffers on a single core devices? Preferably with use of interrupts.Thanks a lot!
How to work with radians in HAL? I include a math library #include "math.h" and trying to implement a formula which has radians cleansignal = 3.0 * sin (radians (Count)); And CubeIDE gives me an error: undefined reference to` radians'
I have what I am sure to most a simple C question (I'm a hardware guy at this end).....For brevity I would like to take the following statements and combine them using 1 for loop but don't know the semantics on how to do this....I am using the HAL li...
Hi,I have STM32G0 series MCU. I want to receive and send IR datas. I can receive IR datas successfully with timer via DMA. and then I want to send these datas as IR datas.I try to use 2 channels. I set one channel as output compare no output for timi...
Hi community.. Which static code tool analyzer do you suggest for stm32 embedded c Projects ? Thanks a lot