STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

ADC mutli channel, DMA odd behaviour

Hello, I'm developing a power meter board.I'm using an STM32F427VIT6 and I need to read the analog values of 4 different channels (PA0 - PA3).Since I need to calculate the RMS value of the measurement and i need the data points to be evenly spaced in...

image.png image.png image.png image.png
BRapo.1 by Associate II
  • 167 Views
  • 1 replies
  • 0 kudos

Resolved! Threadx On-the-fly update

Hello, I'm trying to find more information regarding ThreadX's on-the-fly properties update feature. In the ST Wiki article, there is mention of this feature, but none of the links and webpages seem to provide any details regarding what this feature ...

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
  • 670 Views
  • 6 replies
  • 0 kudos