STM32 MCUs products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

📡 Help Needed: STM32WB10CCU5 OTA Handler

Hi all,I hope you're doing well. I'm working on a project with the STM32WB10CCU5 microcontroller and could use some help with setting up an OTA (Over-The-Air) update handler. I've searched through docs and examples but can't find a fit. Most resource...

SMazu.3 by Associate III
  • 67 Views
  • 0 replies
  • 0 kudos

Checking received Value from st ble toolbox app

HelloI have watched the lab about stm32wb55 where the board receives any event from the smartphone app and toggles the onboard LD2. Now i want to make mine specific by checking for the received value and only toggle the LD2 if its a 1 and only turn i...

PMato.1 by Associate II
  • 79 Views
  • 0 replies
  • 0 kudos

Resolved! Does NUCLEO-IKS01A1 support I3C? (with NUCLEO-H503RB)

Hi, I'm trying to check I3C protocol with NUCLEO-H503RB and IKS01A1.I just followed below link for I3C. https://wiki.st.com/stm32mcu/wiki/Getting_started_with_I3CAnd I can see that the master transmit the data but there is no ACK from the slave.(I've...

Resolved! Stm32 azure rtos

Hi, I am new to stm32 microcontroller. I am finding difficulty to render my html page using azure rtos. As I have seen the example of stm32f429zi nx_Webserver. First of all  I could not find html files in the example folder.However with other GitHub ...

Reg:Bootloader

Hello Team, I am trying to implement a bootloader for stm32f769 controller, My bootloader code resides in sector 0 and application code in sector 5. But I am not able to jump from bootloader code to application code. Any help will be highly useful. B...