STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

SPI crc error every time

Hello everyone, I have enabled an spi1 port on a STM32G473CET6 as a slave and am using a raspberry pi as a master.I have verified with known packets to ensure I have implemented the correct crc algorithm on the raspberry pi both in transmission and r...

STMaspirant_0-1732566292501.png STMaspirant_1-1732566526918.png STMaspirant_4-1732567303619.png STMaspirant_3-1732567224523.png

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
  • 285 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...