Ask questions, find answers, and share insights on STM32 products and their technical features.
Hi,I'm using STM32H743ZI and uVision 5.28.0.0.Traying to program the FLASH Bank 1 results in an error. The error is thrown by FLASH_WaitForLastOperation(). In SR1 the following bits are set:PGSERR1INCERR1Any Idea?RegardsJakob
I'm new using stm32 microcontrollers, I have been trying to use the printf tracing in my code without success, anything is printed on the console . I can start a debug session, I can place breakpoints on my code, inspect variables and all works as ex...
I am using an STM32H743VI processor with uVision V5. When I assign the usart.o ZI data to SRAM1, 2 or 3 the project crashes with a hard fault. If I leave out the specification for the usart.o section it gets placed in the AXI ram and the code runs fi...
i want to read four ADC channel 0,1,2,3 channels values i want to read four channels one by one at a time
Hello All,We are designing battery operated device, for this we need to monitor battery voltage continuously using ADC pin of STM32F030C8 controller.Question:1) What is the Internal ADC reference voltage of STM32F030C8?2) How to configure internal re...
Posted on June 21, 2018 at 18:53I am running into a roadblock working with BSP_AUDIO_IN_Record().Overarching goal is to record audio from the MEMS microphone while also monitoring other (environmental) sensor data --- then record audio to one file, ...
For example, if there is a larger distortion of 1 V on the input lines (according to datasheet only 0,18 V are allowed), what happens to the ADC and ADC result.Does this result into a sampling error, and how large would the error be? Or can the ADC e...
This Question is related to STM32F031xx MCUs and about the Flash memory endurance.The official document states in chapter 6.3.10 Memory characteristics, that the endurance is Nend = 10k cycles. -But isn't that very low number amount of cycles? I can ...
Hi,I am reading a burst of data 3072 half words from slave SPI device.The Slave device requires NSS to be released after each half word transmission.When I loop on HAL_SPI_TransmitReceive() function with size =1 for 3072 times it's OK.but when I try ...