STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

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
  • 256 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
  • 679 Views
  • 1 replies
  • 1 kudos

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
  • 478 Views
  • 2 replies
  • 0 kudos

Needing help customizing the USB setup on STM32H750 to connect as a "Generic Bulk Device" under the "Universal Serial Bus devices" in the Device Manager.

Switched from another processor to the STM32H750 on updated boards, and trying to keep the PC communication the same so it is seamless (or as seamless as can be) for the user experience. Previous boards connected up to Windows as a Generic Bulk Devic...

0693W00000JNcQEQA1.png
JColl.6 by Associate II
  • 790 Views
  • 4 replies
  • 0 kudos