PVD on STM32L4 with external input
HiOn STM32L4xx Ref Man Programmable voltage detector (PVD) supports external input PVD_IN.How to configure the GPIO for PVD_IN (ex STM32L4 PB7)?How to configure VREFINT?Is there any example?
Ask questions, find answers, and share insights on STM32 products and their technical features.
HiOn STM32L4xx Ref Man Programmable voltage detector (PVD) supports external input PVD_IN.How to configure the GPIO for PVD_IN (ex STM32L4 PB7)?How to configure VREFINT?Is there any example?
Hello, I'm trying to debug an issue I'm having with the GPDMA on an STMu5. I believe I'm mostly there but for some reasons I'm missing only some DMA triggers. So the situation is as follows: I'm trying to read the IDR register of a GPIO port into mem...
Dear Team, We have selected STM32H733VGT6 (LQFP100) for our Project and trying to configure and design an ETHERNET (MII Mode) interface.While configuring it using CUBEMX,1) ETH_TXD2 is showing up on PC2_C Pin (No Alternative Pins Available).2)ETH_TX_...
Hello,I am wondering/unsure about the XSPIM in H/RS MCUs.I want to connect a quad-SPI NOR flash to an XSPI. Is the XSPIM needed at all?Let's say the XSPIM is in default configuration, i.e. EN bit in XSPIM_CR is 0.Does that mean that I can configure t...
Hello everyone,I am looking for middleware to control NAND flash using the STM32U535CE.The target device is the Macronix MX35LF4G24AD.I would like to perform page program/read, bad block management, and 8-bit ECC processing per 524 bytes. However, I ...
Hi all.I'm working on STM32F427VI + Hal Library generated by CubeMX6.2. I use DMA and set the clock frequency of the SDMMC controller to 24MHz.If an SD error occurs through the run of the program, I remount SD Card by the following functions: 1 - MX_...
in the ili9341.c file located in the "stm32cube_FW_F4_Vxx/drivers/BSP/Components/ili9341.c" in this file there is a function called LCD_IO_Init(); what file is this function at i noticed that in the ili9341.h file the function prototype for LCD_IO_I...
Hello, ST expertI'm using the STM32G0B1RCT6 and have enabled the LSECSSON. I've discovered a rather incredible phenomenon. I'm using a 3.3V battery for VBAT. When I disconnect the VDD of the MCU, it abnormally triggers the LSECSS fault. As a result, ...
Hi evryone, I'm trying to initialise a very basic UART communication between my stm32 L552ZE-Q and my computer by following this tutorial: https://www.youtube.com/watch?v=dEQwSl8mCFs&t=924s I have no errors, no warning while compiling and the problem...
HelloIs there a book about Cortex M7 like Yiu J. The Definitive Guide to ARM Cortex M3 and Cortex M4 Processors ?