Resolved! stm32f429-disc1
HelloUsing internal adc for sampling the Analog signal of voltage 300mV.The output of ADC on plotting has noise. On increasing the voltage the the waveform gets clearer. What could be the reason and how to overcome it?
HelloUsing internal adc for sampling the Analog signal of voltage 300mV.The output of ADC on plotting has noise. On increasing the voltage the the waveform gets clearer. What could be the reason and how to overcome it?
Hiwith STM32H563ZI, (nucleo-h563) I work on freertos + tcp, when I try to make flash operation like erasing software goes NMI handler, but if not making erase just make flash_program it doesnt fail, because of I couldnt erase the sectorsi I cant prog...
Hello :)For my university project, I need to build a drone. I've never done anything like this before and could use a bit of a jumpstart.I have a Mateksys F405-TE flight controller that I'm supposed to use to control the drone.To test it, I created a...
Hi,I try to write and read from flash on stm32wb10cc but when i try to write by HAL_FLASH_Program function i received 3 errors in FLASH Status register:1. Programming alignment error2. size error3. Programming sequence error my code is: on the main:...
Hello I'm developing a TCP client for STM32F4 MCU.I'm using the LWIP sockets api and freeRTOS to do so.This client will both send and receive data when triggered by RTC (every hour or so) and based on an ADC reading.My understanding is both sockets a...
Hello everyone, Here i'm trying to implement USB CDC FS on STM32F107VCT6 using Standard Library(without HAL Library), but when i am trying to initialize clock for USB (RCC_APB1ENR_USBEN) its showing error that this register is not available for Conne...
Hi,I use a STM32F767 Nucleo-144 board with a STM32F767ZIT6 processor.With CubeIDE I configure SPI1 as I2S1 input and pump the data via DMA2/Stream0 in a short 8x16Bit circular buffer. The clock of the SPI1 is at ~ 3MHz .I set up the HAL_I2S_RxHalfCp...
Hello I am trying to work with Microseconds delay in my codeso follow this very help full post on web POSTand I configure TIMER 3 ( I have also check with all available timer )But unfortunately, it doesn't work for my STM32GO3O MCU /* USER CODE BEGIN...
Hello!I'm using the DISCO-L072CZ-LRWAN1 board and have some trouble using the low power modes.It seems whenever i enter the low power mode, it immediately wakes up again, I've tried following a few of the guides and can't see what I'm doing wrong. Th...
Hello, I have created a project about eth http as a server as well. stm32h750b-dkI have created a web page. Then I wanted to develop the ability to connect to the phpmyadmin database. I tried writing code with html and javascript (the reason I used j...