STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! HAL_UART_Transmit_IT doesn't transmit

STM32F103Im using HAL_UART_Transmit_IT but doesnt work, if change to HAL_UART_Transmit all works fime but add delays to move in motors. Where are my error? i see all videos on youtb and cant find the problem.I have enabled the IT on MX the priority a...

woutnme by Associate II
  • 2218 Views
  • 6 replies
  • 0 kudos

ethernet ping error

Hi !I use Lwip and FreeRtos Cmsis_v2, I set this config in cubemx, but in ping test ops!what is my mistake?!Thanks.1-sys config   2-ethernet  config3-freertos  4-lwip configphy drive:5- heap and stack6-module schematic7- pc ip4 set8- ping test in cmd...

1.JPG 2.JPG 3.JPG 4.JPG

Need help about startup file

I am trying to write own startup file in c++ till now everything is working but I am having issue when declaring and defining something in the global scope it's most probably related to the static constructor that cpp need but I don't know how to fix...

Asraful by Associate III
  • 648 Views
  • 2 replies
  • 0 kudos

SPI Transmit and Receive in STM32F207ZGT6

int main(void){HAL_Init(); SystemClock_Config(); MX_GPIO_Init();MX_SPI1_Init();MX_USART3_UART_Init();/* USER CODE BEGIN 2 */----> HAL_SPI_Receive_IT(&hspi1, (uint8_t*) &rx_data, sizeof(rx_data));/* USER CODE END 2 */while (1){HAL_SPI_Transmit(&hspi1,...

Resolved! CAN transmit acknowledged even though no receiving node.

I want to set up error handling for my CAN messages, and I wanted to start with errors from sending messages to IDs not on the CAN bus net. However, every message I send is acknowledged. There is only stm32 chip set up on the net and the rest are cur...

LHuss.1 by Associate II
  • 884 Views
  • 3 replies
  • 0 kudos

stm32h7 receive audio over udp

hi, that's the first time a i wrote to this comunity because i'm stuck with this *** problem since one week right now, i made a custom board with stm32h750vbt6 , 4 stereo audio dac and 2 4ch audio adc, eth phy , clock gen ic and etc.. now my idea was...

eman8388 by Associate
  • 440 Views
  • 0 replies
  • 0 kudos