32F411EDISCOVERY
I already bought 32F411EDISCOVERY and programmed it with my simple program. Where can I download the original firmware, which was with the purchase (it is not on the download page)?
Ask questions and find answers on STM32Cube packages, including HAL, LL and middleware, and expansion software.
I already bought 32F411EDISCOVERY and programmed it with my simple program. Where can I download the original firmware, which was with the purchase (it is not on the download page)?
I compiled example from st cube. I found in clock configuration this parameters:RCC_OscInitStruct.PLL.PLLM = RCC_PLLM_DIV6; RCC_OscInitStruct.PLL.PLLN = 85;This give to sysclk 177Mhz and it exceeds max frequency... when I set parameters to:RCC_OscIni...
Is anyone else having this issue?
When I am read .text file then code works fine and reading file also fine but when I am reading the .abs and .bin file in usb host flash then I got the error reading file is faile ,so please suggestions me what I am do to read the .abs and .bin fi...
Hi, I'm developing an application using a custom board based on STM32F429BI.Here is my setup/configurations- STM32 CubeMX 1.1.0 to generate code initialization.- Using USB_HS port configure as HOST- Using STM32 HID Host Driver- Using FreeRTOS- Using ...
I am able to compile and modify the LwIP example but where are the FS file and how to modify these and upload on STM32F746-DISCO ?file httpserver-netconn.c if ((buflen >=5) && (strncmp(buf, "GET /", 5) == 0)) { /* Check if req...
Version:#define __STM32L0xx_HAL_VERSION_MAIN (0x01U) /*!< [31:24] main version */#define __STM32L0xx_HAL_VERSION_SUB1 (0x0AU) /*!< [23:16] sub1 version */#define __STM32L0xx_HAL_VERSION_SUB2 (0x02U) /*!< [15:8] sub2 version */#define __STM32L0xx_H...
I am able to compile and run the STM32 + LwIP example to create a little webserver.I have modified this to switch-on relay and I will add SPI and I2S interface to connect other device like PG2310 and CT7302PL.The compile is good and the app run but ...
Hello,I'm using STM32H753I-EVAL, and I want to connect to HTTP web service, to download files.There are a lot of examples to set the STM32 as server, but I want the opposite way. I want to my STM32 will be connect to external (via Ethernet) HTTP serv...
Packages DetailsSTM32F446RE NucleoCubeMX 5.6.0STM32CubeF4 Firmware Package V1.25.0 / 12-February-2020if i write every 30ms 512 Bytes. After some time SD card takes more time then normal please check image.GPIO Pin Set before writing and Reset after w...