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! Help debugging a USB composite HID device

I'm trying to create a composite HID device, mouse+joystick. I'm using the HID mouse profile as a starting point and then add a second interface. I also used an already existing example as a guide: the Arduino core based on the HAL is maintained by S...

fbar by Senior
  • 6199 Views
  • 7 replies
  • 4 kudos

STM32 Nucleo-u5a5zj USB host

I have a Nucleo-u5a5zj board and I want to connect a NewLand FM430 scanner that works as a virtual COM port. In the example, I only saw the USB CDC ACM device, but I only need the configuration for the host. Can you give me more explanation of what I...

GhostVVS by Associate II
  • 3815 Views
  • 7 replies
  • 1 kudos

Resolved! Is Azure RTOS free for STM32F767xx MCUs?

Please let me know if I can use the Azure RTOS free with the STM32F767xx MCU and if it is free how can I use the same on my NUCLEO-F767ZI board? Please response as soon as possible. I need this to use the file system and also the ethernet/USB communi...

STM32H747 Adc dual mode DMA multichannel

Hi everyone, I’m using H747 eval board and I’ve configured Adc1 and adc2 (on M4) to acquire 3 signals each.I’m using DMA but I can’t read correct values in the buffer..how is it composed? Which is the sequence of channels in the DMa buffer if I have,...

Resolved! FX_IO_ERROR - STM32U5 with SD Card

Hi allI'm currently working on getting the SD Card Interface (SDMMC1) to run on my Nucleo U575 board. I'm adapting the Fx_uSD_File_Edit Example of the STM32U575I-EV board.I'm running into problems when it comes to opening the SD Card media. In fx_med...

MGuth.1 by Associate III
  • 2368 Views
  • 1 replies
  • 0 kudos

Resolved! Debugging code (breakpoints) with reading a FIFO

Is my assumption right?When you have code like this: *(hospi->pBuffPtr - 1) = SPI3->RXDR; and you set a breakpoint on this line (so that is stops before this instruction is executed),but you have the SFR page open, to see the registers of the periphe...

Debug_FIFO.png
tjaekel by Lead
  • 2578 Views
  • 5 replies
  • 3 kudos

STM32CubeIDE: Cannot Add FreeRTOS Task

Running STM32CubeIDE 1.14.0 with X--CUBE-FREERTOS/CMSIS RTOS2.Earlier I added tasks. Now I am unable to add tasks consistently; occasionally works, but usually fails. No problem deleting. Looks like... Anyone seen this?

task.jpg