STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! STM32C01x RTC initialization Timeout error

I am working on firmware with stm32c011f4u6 mcu. When the program is operated, a timeout error occurs after falling into the infinite loop of the function below. HAL_StatusTypeDef RTC_EnterInitMode(RTC_HandleTypeDef *hrtc) { uint32_t tickstart; H...

KenLee by Associate III
  • 667 Views
  • 1 replies
  • 0 kudos

STM32H QSPI LL Driver

Hello,I'm trying to implement the QSPI interface to a micron device utilizing the OSPI hardware with LL kinda of driver (It's not available so I tried to write it by myself). I configured the OSPI and OSPIM registers and from signals that I see on my...

OGhad.1 by Associate
  • 746 Views
  • 1 replies
  • 0 kudos

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
  • 594 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
  • 644 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...