STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! Flash erase and program

HI,I cannot delete page 15, or other pages, of the STM32C031K6T6 flash chip. HAL_StatusTypeDef status; EraseInitStruct.TypeErase=FLASH_TYPEERASE_PAGES; EraseInitStruct.NbPages=1; EraseInitStruct.Page=15; status = HAL_FLASH_Unlock(); status = HAL_FLAS...

Stefano1 by Associate
  • 427 Views
  • 1 replies
  • 0 kudos

Resolved! STM32F401C TIM2 Interrupt

Hello, I try to use a TIM2 Interrupt to toggle a LED. I use a STM32F401C controller. If I toggle the LED inside the while loop with delay, it works fine.       while (1) { HAL_GPIO_TogglePin(GPIOB, GPIO_PIN_15); HAL_Delay(1000); }       ...

Resolved! F429ZI USB HID keyboard Input

Hi,I am facing a problem in implementing USB HID host input for keyboard.I can get only 12-13 characters in my buffer after which the keyboard doesn't respond to any input as can be seen in snap attached.source for keyboard handling is also attached ...

Capture.JPG

Debug gdb Reset Handler with Empty loop - STM32F303

Good day,Hope you're well. I used CubeMX to setup a PWM timer on the STM32F3 discovery board and tried to perform some debugging  to study how the registers changed(GPIOE and TIM1). The timer setup and initialization works as expected. LED blinks wit...

daded1_1-1721873817228.png daded1_2-1721873907437.png
daded.1 by Associate II
  • 408 Views
  • 0 replies
  • 0 kudos