STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

mtp without threadx

Hello,I want to use the USBX MTP stack on a stm32u5 without threadx. The configuration in stm32CubeMx worked fine but when i run the programm, i get UX_FUNCTION_NOT_SUPPORTED from this location: UINT _ux_device_class_pima_initialize(UX_SLAVE_CLASS_C...

codgen by Associate
  • 646 Views
  • 2 replies
  • 0 kudos

STM32U5 series bank swap not working

First post, please let me know if I've made any mistakes in asking my question.I'm trying to write a bootloader for a device using a STM32u585ZIT chip. When booting, it will read a partition table saved in flash to determine if it will boot from part...

HParsons by Associate
  • 700 Views
  • 1 replies
  • 0 kudos

STM32H7 - USB MIDI

Hi, I'm working on a project which requires USB MIDI functionality. I looked into a couple of videos where USB MIDI implementation was done on other boards, but when I try to do the same on mine it's not working. I'm using a NUCLEO board (H755ZIQ), I...

RTOS debug with STM32CubeIDE

Hi Community,Today you will provide the answers, and I will ask the questions!Looking at the statistics gathered by our tools (assuming customer consent given), we can see the huge popularity of designing software relying on an RTOS. FreeRTOS is wide...