STM32G0B1RET6 - FOTA UPDATE THROUGH UART
I need sample code for FOTA update through UART please as soon as possible share
I need sample code for FOTA update through UART please as soon as possible share
Hi, while using the SVD (Version 1.8 - but in the 1.9 zip this file still states 1.8) for the H743 I noticed some errors and have patched them for my code generation. Some of them caused me trouble for hours until I noticed that the SVD and the RM di...
@STTwo-32, I also noticed issues in the EXTI.Sample:stm32h7s7xx.h, &(EXTI->PR1) == 0x58000088STM32H7S.svd, &(EXTI->PR1) == 0x58000020When should we expect the upcoming release (in 2 month?)?Also, are there public script which validate that stm32*.h...
The problem only happens when a constant stream of data is being send to the UART. When I update my firmware sometimes DMA won't work. It is hard to debug when it only happens when updating and not every time. This post is exactly the same issue as m...
Hi I am trying to run freeRTOS on STM32f407 so I want to know at what frequency my clock will run let me share you my clocking diagram too. another doubt how to enable SysTick_Handler. other external interrupt I have enabled like this NVIC_SetPrior...
Hi, I am having some problems with my stm32H755. I tried to make a http server without FREERTOS.The problem is that my project doesn't build because fsdata.c is not found. I'm a bit lost because CubeMx generates the middleware file outside the M7 pro...
HLOI am using STOP2 Mode in my controller is stm32l496 series it entering the stop2 mode but it's not coming out for waking up i use external interrupt .interrupt is generating before entering stop2 mode but it not generated after the stop2 mode.what...
Greetings,I’m working on a project with the [NUCLEO-H563ZIT6].My setup includes Azure RTOS and STM32CubeIDE.I started with the Nx_TCP_Echo_Client example (from STM32H573I-DK V1.3.0) as a foundation.I’ve tailored the project so the board sends a TCP f...
I try run on 431CB and have issues. EE_Init return error. Work this X-Cube-EEPROM realy on CB or only on RB ??? Howto correct ?
Hello,i am trying to implement Openamp to in a project with touchgfx. In the beginning i started with openamp and it worked. M7 was the master, M4 the slave and i had a working implementation. It turned out that encoders etc are better handleled on t...