Ask questions, find answers, and share insights on STM32 products and their technical features.
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...
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...
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...
Hello, I ask this same question a month ago, but i want to reformulate the question to better understanding. I need to implement a lifetime counter using the nucleo-stm32L432kc timers to send the number periodically to an AFBR-S50 sensor. I think the...
https://uk.farnell.com/c/semiconductors-ics/microcontrollers-mcu?st=stm32fThis has been a problem for over a year, what alternatives can we use?
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...
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...
Hi,I have configured the FMC for interfacing with a NOR flash on sub-banks 1 and 2 (NE1, and NE2). The FMC is configured for 16-bit data bus with 26 address lines. What follows is the configuration for two sub-banks on NE1 and NE2:/* FMC initializati...