STM32H725IGK6 SRAM connection control signals review
Hi ST team We are using STM32H725IGK6 in our design with SRAM Can you please review and let us know if the PINs used for SRAM are proper?Mainly control signals
Hi ST team We are using STM32H725IGK6 in our design with SRAM Can you please review and let us know if the PINs used for SRAM are proper?Mainly control signals
Hello Everyone ,I have a wrote a code to send STM32F401re to sleep with all peripherals on at 84Mhz , as per the datasheet i should be seeing a current consumption of 18-20mA, however I am seeing a consumption of 27mA. The code sends data through UA...
Hello guys, I am working with an STM32L071CBT6 MCU. I want to have a cycle of 10 minutes, where MCU works for 1 minute before entering to standby mode during 9 minute.Using RTC, I want to have an interrupt every 1 minute(60 s); but I don't want the ...
Project Details:The project consists of two STM32 MCUs connected over UART (without any external pull up resistors). One STM32L4 MCU (LPUART1) acts as an AT master and other STM32L0 MCU (UART 1) acts as an AT slave. AT slave is configured to wake up ...
Hi,I'm using STM32F429 to talk to TI BQ40Z50 via I2C, and I ran into an issue I have no clue.First of all, the code simply reads registers, and it works on TI BQ20Z95. The same code doesn't work on BQ40Z50. The HAL library always returns HAL_BUSY, an...
I've read often about strange problems with activated D cache on M7 core and how it can be solved here in forum.But the STM32F7xx family has implemented a fast DTCM RAM that is accessible from CPU core and DMA peripherals.This DTCM memory should have...
I have successfully configured the adc watchdog. But i am a bit dissapointed of the accuracy. I set the bounds to 1000 and 3000, but when i read the values of the adc from the watchdog interrupt, i get also values from within the window (up to 1025/2...
I have Nucleo G0B1RE.I had add 3V battery to VBAT.I had change to use LSE for RTC.I had add RTC_BKP_DR to keep time before reset so RTC time reg was not cleared after reset but It was re-initial while booting.But RTC don't count while power off and R...
Is there a way to generate multiple pulses of different lengths with a timer?This is needed to perform a double pulse test, by controlling the B6-Bridge Driver of a B6-Bridge. The first pulse is longer than the second pulse (e.g 300 us). The second p...