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

SATSAFE-A110 fails pairing.

Dear all,Now I would like to use TLS on BLE connection because my module cannot use pairing.So, I was starting to learn about STSAFE-A110, and have bought B-L4S5I-IOT01A. I found X-CUBE-IOTA1 project,and I had mimicked it on CubeMX/IDE bare environme...

Takim.l by Associate II
  • 1528 Views
  • 4 replies
  • 0 kudos

Resolved! How can I display debug message in interrupt routine?

Hello,​I use stm32l412b / FreeRTOS.I use below function to display dubug message.The MCU is halted and a watchdog reset occurs when the function below is called in interrupt routie.​It works normally if not in interrupt Would you let me know what is...

MKim.12 by Associate II
  • 1521 Views
  • 6 replies
  • 0 kudos

FATFs with w25qxx problem

Hey,I have a problem with reading files larger than size of one sector of FATFs (4096 bytes).Reading seems to be done correctly until it reaches 4096th byte of file, then data is corrupted. The problem appears when one part of readen data is on one s...

KWier.2 by Associate II
  • 1770 Views
  • 7 replies
  • 0 kudos

STM32L552ZE-Q: SAI - I2S, problem on FS signal

Hi, I'm using SAI in I2S mode to play stereo wav file. Audio Data is sent to TAS5722l which is a Mono Audio amplifier. My problem is that the FS (Frame Synchronization) signal stays always at level High. This results in a stereo audio file being play...