AN2606 pointing to RM0433 for STM32G43/7
Hello,AN2606 Rev 37 on page 321 writes:For more information regarding the STM32G431xx/441xx option bytes configuration, refer tohe STM32G4 reference manual (RM0433).RM0433 is the STM32H7 reference manual.
Ask questions, find answers, and share insights on STM32 products and their technical features.
Hello,AN2606 Rev 37 on page 321 writes:For more information regarding the STM32G431xx/441xx option bytes configuration, refer tohe STM32G4 reference manual (RM0433).RM0433 is the STM32H7 reference manual.
Hello, As I am working on analog inputs I require ADC. STM32F334 Nucleo board has 12-bit ADC (2) with 21 channels, I am using ADC1 Channel 1.After programming without applying any input to the pin (PA0) I am getting some values through USART2.Can any...
Target cube version: 5.2.0Target firmware package version: STM32Cube FW_L0 V1.11.2Target MCU: stm32L031C6Hi there,we have encountered a regression in HAL_TIM_Encoder_MspInit function body generation after the firmware package update. We have noticed ...
We use a STM32F0 in an application with increased safety requirements. The power supply is secured by a simple fuse and we have to assure that the STM32F0 is in reset state when the fuse is blown (EN60335).Since we have a second power supply in the s...
Hello,are there any ready to use linux images for STM32F4/F7 beside the 2.4 uCLinux image for the f4 disco from 2013? https://github.com/fdu is a good start, but I can not get uBoot to recognize the files on the SD card.
Dear Member, I want to parse GGA,GSV,ZDA,VTG,RMC,GLL,is my container not enough ?Sometimes I can parse it sometimes I miss......?line_buffer[2048];uint8_t rxBuffer[768]; str=strstr((char*)GPS.rxBuffer,"$GPGSV,"); ProcessNMEALine(...
i using FreeRTOS.MB_Coil_Counter is a global variables and tmp is a variable in interrupt function of uart!why the address of tmp matches the address of MB!thank everyone
I need 32KB of flash memory space to store data. As the smaller memory blocks are in the beginning, it sounded logical to use the first two blocks and move everything else 32KB forward.To achieve that I first edited the file STM32F407VE_FLASH.ld to c...
Posted on May 07, 2018 at 20:15I cannot find PTP drivers in the CUBE software package. We have in house PTP stack developed which needs PTP driver interface. Does STM provide drivers for Ethernt PTP-module? It would be even great if STM can provide ...