STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32G0B0 - Timer with Interrupt issue

Code is very simple, not so many configs.Issue arises when I call HAL_TIM_Base_Start_IT(&htim3):/* Enable the TIM Update interrupt */ __HAL_TIM_ENABLE_IT(htim, TIM_IT_UPDATE);and code broke with no error on the Call Stack.I tried the same code on NU...

SMari.1 by Associate
  • 435 Views
  • 0 replies
  • 0 kudos

Resolved! STM32WB pairing error with mixed bonded/nonbonded devices

Hi,I am running a system with some STM32WB, one client and some server.Right now i am connecting, pairing and bonding the devices. If i start from a condition where i have all the server not bonded (aci_gap_get_bonded_devices return nothing) and I st...

LSpad.1 by Associate III
  • 1868 Views
  • 6 replies
  • 1 kudos

FDCAN classic in stm32h7 stop receiving data after some time

Hi, Am interfacing STM32H743 FDCAN classic with STM32F7 CAN. When I tried transmitting data from F7 to H7, within a minute H7 stop receiving data. I also tried debug the problem on F7 side and found that breakpoint hit on following condition inside t...

RJain.1 by Associate III
  • 552 Views
  • 0 replies
  • 0 kudos

Flash writing issue

Hi I'am using two different boards stm32f411 and stm32h723zg, so I am trying to write one byte data on flash which is 0xFF -> 0x70-> 0x10 -> 0x00 on same address in the sequence without erasing the flash, it’s working for stm32f411 but it doesn’t sup...

IK by Associate
  • 486 Views
  • 1 replies
  • 0 kudos

What is 0.5 bits or 1.5 bits?

I understand that what is shown in the picture is wrong, I just do not know how else to describe it.0.5 bit is 50% duty cycle?And 1.5 bits is 150% duty cycle?If the percentage of filling changes by 150%, then the data transmission frequency must also...

0693W00000NrgMRQAZ.png
MMust.5 by Senior II
  • 2602 Views
  • 2 replies
  • 0 kudos

Register Level programming questions

I am just starting out with STM32 MCUs. Because I like pain, I am trying to do register level programming to make sure I really understand what the code is doing (rather than using automagically generated code). My environment is Visual Studio with...

SHobb.1 by Associate II
  • 4751 Views
  • 20 replies
  • 0 kudos