I wanted to compile all the HAL library sources so that I could make a one archive of all the files. I found this as this project which build HAL sources for F4 series (but the version of the HAL code is much old) I tried to generate HAL code from cu...
I am trying to execute the very simple example that came with the board, publishing sensor data on AWS.Here are the videos that shows the example I'm talking about:1) https://youtu.be/PY32lLiauKk2) https://youtu.be/6eUqxjBL_wII have failed to connect...
Hi, Dear:In our project, we need use STM32F411ve to update firmware image by I2C at bootloader mode.When the chip enter bootloader mode, at first we use a USB cable to connect PC and F411, STM32CubeProgrammer can download the firmware image to the ch...
Hi, I have to interface with an internet stick for example Huawei E3372-153, is there a reference project?
The function HAL_RCC_DeInit() in STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_rcc.c contains the following: /* Clear CR register in 2 steps: first to clear HSEON in case bypass was enabled */ RCC->CR = RCC_CR_HSION; /* Then again to HSEBYP in case b...
I've noticed that these a lot of differences between what was spoken in the presentation and what we were told to enter in.ie:osThreadId Task1Handle;osThreadId Task2Handle;osMessageQId Queue01Handle; <--- exampleosThreadId_t Task1Handle;osThreadId_t...
I had FDCAN working on the G4 MCU before doing the firmware update from 1.0.1 to 1.1.0. Since the firmware update and upgrade from STM32CubeIDE 1.0.0 to 1.2.0, the FDCAN controller seems to not transmit any messages, even though the HAL_FDCAN_AddMess...
Hello ST-Community!I am having a very rough start with my first project using an STM32 MCU. My task is actually very simple and I was confident I could fit this in 8kb of program memory. It actually fits the flash in release build, but I cannot debug...
Hi,Why it is required (or recommended, as I see in examples) to set the link down when the cable is plugged out from the ethernet connector? It works when I once set the link up and leave it up forever. It doesn't matter when I plug out and in the ca...