STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

printf() not working

I have used this method many times on this board (Nucleo-H743ZI) to transmit printf() to usart3 using the following: int __io_putchar(int ch) { /* e.g. write a character to the USART3 and Loop until the end of transmission */ HAL_UART_Tra...

Resolved! Interrupt SPI Slave Transmit Delayed

I am using a Nucleo-H743ZI as a SPI slave device for the following coms method: Master Pulls SS low, Delay 1ms. Master Transmit/Receive 1 Byte (Wait for high busy line) Slave RXP Interrupt-> Lower Busy Line Slave Transmit/Receive 1 Byte Slave Process...

Resolved! Is TXP Necessary for SPI Slave?

I am having issues with my slave responding to my master. I am trying to lessen complexity by only using RXP on the slave, without TXP. The slave (Nucleo-H743ZI) responds one byte late.On the CS interrupt I send 0 for the first byte and enable RXP.*(...

Resolved! Ux_Device_CDC_ACM Application - UART

I am trying to get the Ux_Device_CDC_ACM application working on the NUCLEO-U5A5ZJ-Q development board.  I see the VCOM port activated on the PC but how do I get the UART port?  It appears that the application writes from the UART port to the VCOM por...

Babaluis by Associate II
  • 807 Views
  • 6 replies
  • 0 kudos

Resolved! USB high speed fails to enumarate

Hi All!I'm trying to use USB high speed in STM32h723 with an external phy usb3300.I started the program from the CubeMx Ux_Device_CDC_ACM which uses the internal phy.I modified the clocks and the USB module to use an external phy USB3300 and so far i...

RichFarmer_0-1708852881706.png RichFarmer_1-1708853079944.png

MCU boot for STM32H743

Hello Techies, We are using STM32H743, we would like to run mcuboot on stm32h743, but we haven't find the example for stm32h7xx devices, Is there any specific reason not to provide mcuboot example for h7 devices?

chanakya by Associate
  • 1043 Views
  • 4 replies
  • 0 kudos