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! STM32G0C1E-EV jack headset recording

I am trying to record audio from a STM32G01CE-EV by using a microphone from a headphone connected through the jack connector. I am not able to get any proper data and I dont know if I am approaching the problem properly. How should I read the data of...

JOkam.1 by Associate
  • 651 Views
  • 2 replies
  • 0 kudos

Why is a single 23-bit value not correctly written to the flash memory when I use 'HAL_FLASH_Program()'?

HelloI've managed to get the 'FLASH_EraseProgram' example program for the Nucleo-F413ZH that comes with 'STM32Cube_FW_F4_V1.25.0' working on a Nucleo-F413ZH board.It erases sectors 2 to 15 and fills them with data - i.e. 0x78563412 that shows up repe...

ron_w by Associate III
  • 1547 Views
  • 4 replies
  • 0 kudos

X-CUBE-CELLULAR on B-U585-IOT02A Hard faults when executing AT+CGMR handler. The SID_CTXT.device_info pointer is NULL when memcpy is called to copy the response into the struct. On L4, the pointer is NULL also but the code continues.

at_modem_signalling.c fRspAnalyze_CGMR() line 1583. In L4 the compiler is v5, on U5 the compiler is v6. It seems the main issue is that the device_info pointer is not initialized before this code executes. CS_get_device_info() is called later after C...

MSher.1 by Associate III
  • 378 Views
  • 0 replies
  • 0 kudos

Resolved! STM32L4xx USB Composite Device

Hello everyone, I am making a USB Composite Device according to the article - https://sudonull.com/post/68144-CDC-MSC-USB-Composite-Device-on-STM32-HAL. I use stm32l4xx, instead of the HAL_PCDEx_PMAConfig() functions, I use the HAL_PCDEx_SetTxFiFo()/...

alfinikov by Associate III
  • 954 Views
  • 1 replies
  • 1 kudos

STM32 UART bootloader on brand new chip.

Hi, I have some questions about the STM32 UART bootloader. I've never used this technology, so the questions might be trivial, but I couldn't find detailed information on the internet.Question 1 - In all the tutorials I found, development boards or e...

DFU Mode with L152 / L082

I am developing a project for the L082 (as we have stock of these) but am currently using the L152 discovery board to get things started. This is going well but I thought that I would try the DFU mode to allow easier field software updates. I tried...

GSewe by Associate II
  • 681 Views
  • 2 replies
  • 0 kudos