STM32 MCUs Boards and hardware tools

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! GDB server

What should I do when stm32 applications do not see st-link and the message I always receive is: Failed to start GDB serverFailed to start GDB serverError in initializing ST-LINK device.Reason: (2) ST-LINK DLL error.No matter which stm32 board or cab...

zom by Associate II
  • 760 Views
  • 5 replies
  • 2 kudos

Library Compatibility

Sorry if formatting is trash this is the first post on the forum. Our lab group is trying to get I2C connectivity to a external chip using an I2C. The problem that we are having is getting the clock up and running. We downloaded both the L4 and F4 pa...

Timer issue

Dear allI have configured three timers TIM2,TIM3 and TIM4 NVIC_SetPriority(TIM2_IRQn, 0x00);NVIC_EnableIRQ(TIM2_IRQn);NVIC_SetVector(TIM2_IRQn, (uint32_t)&TIM2_IRQ_Handler); NVIC_SetPriority(TIM3_IRQn, 0x00);NVIC_EnableIRQ(TIM3_IRQn);NVIC_SetVector(T...

mpu-mcu spi communication

Hi, @Erwan SZYMANSKI @KDJEM.1 @Andrew Neil @KDJEM.1 @SofLit I am trying to establish SPI communication between my Nucleo-G431RB and STM32MP157F-DK2 boards. I am finding the documentation quite confusing. I attempted to use STM32CubeIDE, but it result...

nesnes by Associate III
  • 827 Views
  • 9 replies
  • 0 kudos