read analog value STM32L476RG
hi, i have my project to read analog value from one sensor but with no success. when i am debug mode. it is stuck when it waiting for end of conversion flag. i attached my driver c code if anyone can help. tanks alot.
hi, i have my project to read analog value from one sensor but with no success. when i am debug mode. it is stuck when it waiting for end of conversion flag. i attached my driver c code if anyone can help. tanks alot.
Hi I have enabled system Bootloader in my stm32f401re(Nucleo-Board) by triggering Boot_0 =1 ,Boot_1 = 0 which boots from system memory. I am able to flash my device through UART1 Interface and STM32 Cube programmer as Host.Now when i tried to write a...
Hello everyone !!I am YugentharRight now I have debug the flash memory . using one integer type 32bit buffer variable. then store 256bit value but What happen here in stm32f767 memory .My Quary how to understand the Debug section in stm32 or any type...
Hi,Having STM32F723 DISCO with simple play/record example. Need to process sound by 20ms periods, so I've calculated PCM buffer size as :```#define AUDIO_CHANNELS 2#define AUDIO_PCM_BIT_RESOLUTION 16#define AUDIO_SAMPLE_LENGTH_MS 20#de...
I'm having a very tough time getting more than 1 channel of an ADC instance using DMA to work on the Nucleo-H753 board. No matter what I try, nada... After rigorous debug, found that the ADC is NOT even starting when I call it to right before my whil...
I seen several loader project at this git hub locations but non are for the W25Q64 NORFlash with the STM32H743.https://github.com/STMicroelectronics/stm32-external-loaderI have driver file already for the W25Q64 that I'm debugging a few issues now. ...
Hello, I have a SMT32F042, i'm trying to use I2C. I used STM32 CubeMX to generale a new blank project with only i2c (see attached). I2C on non standard pins. The problem is that they always stay low, it does not transfer anything.This is what I captu...