STM32 MCUs Boards and hardware tools

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STEVAL-IDB00BV2

All:I have the IDB00BV2 and am using the Keil Uvision_5 tool with the compiler back leveled to version V5. I'm using this board to test software to be run on the BlueMRG-2 running on my product. I have the ST BlueNRG-1_2 DB32.3 Project software insta...

KBloo.1 by Associate
  • 158 Views
  • 0 replies
  • 0 kudos

Resolved! TIM2 PWM Output goes to zero unexpectedly

I am using the STM32F207ZG MCU, and I started a new project in STM32CubeIDE. I wrote the following code, which changes the state of TIM2 PWM output CH1:  /* USER CODE BEGIN 2 */ HAL_TIM_PWM_Start(&htim2, TIM_CHANNEL_1); HAL_TIM_PWM_Start(&htim3,...

Eric5_0-1724102789980.png Eric5_1-1724102821067.png
Eric5 by Associate
  • 399 Views
  • 2 replies
  • 3 kudos

STM32 Nucleo-F767ZI no ping IP

STM32 Nucleo-F767ZI no ping IPWhen I build project no errorI configured static IP And HTTPD enabledI added next lines#include "lwip/apps/httpd.h" httpd_init(); while (1){MX_LWIP_Process();/* USER CODE END WHILE */ /* USER CODE BEGIN 3 */}/* USER CODE...

shef777 by Associate II
  • 543 Views
  • 5 replies
  • 0 kudos

Resolved! Did I broke my STM32?

Hello together,I just tried to get my STM32F407-Discovery working. I wanted to upload the firmware by putting it into DFU Mode, connecting it via USB to my computer and using CubeProgrammer to upload the code into the STM32s memory. So I connected BO...

need help for smbus communication

hi i have asked this few times but its unclear to me how i am supposed to communicate between the host and slave device over smbus protocol. do we have a detailed documentaion which includes which needs to be enablesd 0n the baord for the communicati...

_kalpesh by Associate III
  • 192 Views
  • 1 replies
  • 0 kudos