STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

I am new to MCU programming. I'd like to test SPI loopback using HAL. The project was generated by CubeMX for STM32F411RE. The SPI_call() is called inside the main. I am unable to receive the characters in the terminal.

void SPI_call() { char msg[] = "smile"; char copy[6]; HAL_SPI_Receive_IT(&hspi1, (uint8_t *)copy, strlen(copy)); HAL_SPI_Transmit(&hspi1, (uint8_t *)msg, strlen(msg), 100); }   static void MX_SPI1_Init(void) {   /* USER CODE BEGIN SPI1_Init 0 *...

PRaja.1 by Associate
  • 240 Views
  • 0 replies
  • 0 kudos

INTERFACING STM32 AND ARDUINO UNO V3 SHIELD

Hi Team I am trying to interface ARDUINO ans STM32H7B31 I have both boards and i have studied the document that says the arduino connections CN10 CN11 CN19 CN20I hope it need and interface/shield to to connect as both the boards have the female conn...

DRAME.1 by Associate II
  • 3001 Views
  • 7 replies
  • 0 kudos