STM32 MCUs Products

Ask questions, find answers, and share insights on STM32 products and their technical features.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! SPI + DMA Chip Select Data Synchronization?

Hi everyone,I am currently working with an STM32G071. It receives data over the SPI in slave mode. The data is packet based, each currently has 4 bytes, but that will differ in the future. A single chip select sequence may contain multiple packets, b...

Fabian21 by Associate III
  • 3584 Views
  • 7 replies
  • 0 kudos

Resolved! STM32G0B1CET can't connect under SWD

Hi,I have built a handful  of STM32 designs before and never had a chip fail to connect. I can't seem to get any connection in Cube Programmer at all:VDD,VREF+,VBAT is at 3.3V, VSS is connected to ground.NRST is high at bootI can see current drop fro...

jakobnator_0-1741569762772.png jakobnator_1-1741571188367.png jakobnator_2-1741571236810.png

Uart data register flush out

Hi,I am currently using f446 nucleo board with  some over uart interface.I am able to send the desired frames over Uart to sensor and sensor is properly responding by sending positive acknowledgement to each uart sent frames.And this verified in logi...

Resolved! STM32F4 stdPeriph Question

im looking through the STM324x9I_EVAL files and in the stm324x9i_eval.h there is a MACRO "WAKEUP_BUTTON_EXTI_PORT_SOURCE"  thats defined as EXTI_PortSourceGPIOA. im wondering where is this defined i cant seem to find the anywhere 

Resolved! Building discrete power supply for STM32N6

I'm following along AN6000 to bypass the internal SMPS of the STM32N6 and use my own SMPS and LDOs power several of the power rails for the MCU and have some questions:1. In section 3.2 "System power/up/uncontrolled power-down sequence", the document...

Resolved! can't write to STM32G051G6U6 's flash: PGSERR

Hi community,here my minimal code example: int main(void) { HAL_Init(); SystemClock_Config(); FLASH_EraseInitTypeDef s_eraseinit = {0}; uint32_t pe = 0; s_eraseinit.TypeErase = FLASH_TYPEERASE_PAGES; s_eraseinit.NbPages = 1; ...

ak by Associate II
  • 501 Views
  • 4 replies
  • 2 kudos