STM32 MCUs Embedded software

Ask questions and find answers on STM32Cube packages, including HAL, LL and middleware, and expansion software.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! EEPROM communication woes

I am working with an STM32F107VCT6TR MCU to communicate with an M95M04-DRMN6TP component over SPI3.The pins are set up as follows:PB7(93) -> HOLD(7)PB6(92) -> W(3)PA15(77) -> S(1)PB5(91) SPI3_MOSI -> D(5)PB4(90) SPI3_MISO -> Q(2)PB3(89) SPI3_SCK -> C...

treyvr_0-1711112719431.png
treyvr by Associate II
  • 1248 Views
  • 3 replies
  • 3 kudos

Resolved! CMSIS-RTOS2 freezes on external interrupt

Hi,I'm trying to use an interrupt with CMSIS_RTOS2. The user button is configured to use as an interrupt source:When I push the button, the system freezes. I suspect the interrupt flag doesn't get cleared but I have no idea why.There is nothing (yet)...

001027.png 001029.png 001030.png
TVan .8 by Associate III
  • 779 Views
  • 1 replies
  • 0 kudos

no FATFS in stm32u59 ?

Hello everyone,I'm currently working with a custom board that utilizes the STM32U599 microcontroller, and I'm attempting to establish communication with an SD card. The IDE I'm using presents the option of FileX alongside ThreadX; however, my applica...

Anassoumi by Associate III
  • 2245 Views
  • 4 replies
  • 1 kudos

Resolved! STM32H723ZG - no target detected

Hello everyone, I've designed a custom board with STM32H723ZG, previously based on STM32F767ZG. When I connect board with ST Link V2 prog through SWDIO, SWDCLK and GND, I get response that no target has been detected. I'm currently using ST-Link Util...

Mylossh by Associate
  • 1640 Views
  • 4 replies
  • 7 kudos

SPDIF IN/OUT check (IEC61937)

If there is an EVM that meets all or part of the following conditions, I would appreciate your recommendation. * I am looking for a possible EVM because I want to check whether a file that should not be played with SPDIF in due to license restriction...

pasach by Associate
  • 895 Views
  • 0 replies
  • 0 kudos

UART RX interrupt

Hello,I'm trying trying to setup an interrupt receive on the U5 MCU using the STM32U5GJ-DK2 development kit. The USART1_IRQHandler does not get triggered at all. Here's my CubeMX config for the USART1:I've sniffed the RX line, so I'm sure it's workin...

Dobrev_0-1708518829438.png Dobrev_1-1708518864347.png
Dobrev by Associate II
  • 3209 Views
  • 13 replies
  • 3 kudos