STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

NUCLEO-H755ZI-Q deadlock

We have been testing a NUCLEO-H755ZI-Q by creating example projects using STM32CubeMx, which work fine. However, given the microcontroller is dual core, we felt the need to investigate the different boot options it offers in order to make it compatib...

0693W00000UFMGBQA5.png 0693W00000UFMJZQA5.png 0693W00000UFMJjQAP.png 0693W00000UFMJoQAP.png
RTira.1 by Associate II
  • 805 Views
  • 3 replies
  • 0 kudos

Resolved! Problem with USB in virtual port com

Hi Everybody,I've got a few problems with my USB. I have configured the USB port of my STM32L476 in communication device class (virtual port com).I can send and receive data on my terminal.What I'm doing is the following : sprintf(buf,BYTE_TO_BINARY_...

fab04 by Associate II
  • 782 Views
  • 3 replies
  • 0 kudos

Resolved! (stm32h732) usb device, How can i transfer data with desired speed 1 Mbytes / sec in Full speed mode?

I need to transmit data over usb with minimum 1 Mb/s, I configured my mcu (stm32h732zg) as an audio device to get a large packet transfer.the function that transfer the data USBD_AUDIO_DataIn is empty. and USBD_CtlSendData i'm using cause the usb des...

HAL functions and RTOS

Hi, It's awesome to be able to use HAL and RTOS together, i made big applications fast thanks to these tools.The only disadvantage is that i'm not the architect anymore of my project. (for the HAL and RTOS part). I'm now at the point where i sometime...

sde c.1 by Senior II
  • 1405 Views
  • 3 replies
  • 0 kudos

Unwanted interrupts for EthernetMAC (MMC)

We use a STM32F746 with Ethernet (ETH). We found a possible problem of the using the Ethernet (ETH) with actived interrupt. The Ethernet (ETH) has one interrupt vector for all interrupts of the Ethernet (ETH) (e. g. Receive, or Early Receive, ...) A ...