Ask questions, find answers, and share insights on STM32 products and their technical features.
So we have just gone into production on a new design, a very small part of the circuit monitors the devices battery voltage fed into one of the ADC channels. I am finding that 1 in every 50 boards has developed a failure with the ADC where it just re...
file:system_stm32f3xx.cvoid SystemInit(void){/* FPU settings --------------------------------------------------------------*/#if (__FPU_PRESENT == 1) && (__FPU_USED == 1) SCB->CPACR |= ((3UL << 10*2)|(3UL << 11*2)); /* set CP10 and CP11 Full Access *...
Dear ST Community,I would like to set up the USART1 and DMA2 in a way, so that the DMA automatically stores the data received by the USART to a buffer variable.To achieve that I used STM32CubeMX to generate the configuration code utilizing the Low Le...
Everything works until I get the JSON from location.io via curl.By using the first 22 bytes of the seed, eg AAQAJsX0iCbF9IgAAAAAJs, I always get the string $PSTMSTAGPSSEEDBEGINERROR*10 after sending each one of the following strings:$PSTMSTAGPSSEEDBE...
I met the same issue with this topic:https://community.st.com/s/question/0D53W00000bghNqSAI/fail-to-get-required-stm32cube-firmware-packageI tried "Refresh", it was still there.
Hi everyone,I am using comparator 2 to capture a signal of duration 3-5usec. But observed that, I am able to trigger the comparator only when the duration of the signal is >5usec. I was wondering if there is any delay introduced by Vrefint in STM32L0...
Hi, I have problem with NUCLEO-L452RE-P, the PC6 pin does not respond to HAL commands, other pins on Port C works, is there any way how to check what the problem might be?
If you read the unique ID (96bits), you'll see 12 bytes, but you won't know if the vendor is distinguishable or not. Also, DBGMCU_IDCODE is not known as 0xFFFF. Please let me know how to check the Vendor ID.