Ask questions and find answers on STM32Cube packages, including HAL, LL and middleware, and expansion software.
I'm trying to build the LwIP_HTTP_Server_Raw demo project for STM32F769-EVAL, which comes with STM32CubeF7 V1.12.0.(project path is .\STM32Cube_FW_F7_V1.12.0\Projects\STM32F769I_EVAL\Applications\LwIP\LwIP_HTTP_Server_Raw)There is a pile of compilati...
Hey everyone,I'm seeing something weird.I've got a working SDIO in 4 bit mode, with dma (FIFO enabled with peripheral flow controller) and using a stm32f722ze.It works perfectly. I can write a large bunch of data to the SDcard relatively quickly even...
hello! I've tested the TCP echo server and TCP echo client examples of STM32CubeMX individually and they are working fine. now I want to implement an application where I can use both application simultaneously. So I copied the TCP echo client co...
From an other mircocontroller manufactor i know a mechanism, that recognize if the uC is brand new and there is no program loaded. In this case, the uC goes automatically in bootmode.Is this the case with the stm32f103?Thank you.
STM32F091CBT6 BootLoader application problemIn the bootloader, there is no ploblem and jump to application code exactly. If I jump to application firmware in main() routine, timer interrupt works well, but if I jump to application firmware in sub-rou...
Hello,I am using my STM32L4R5 with CMSIS RTOS generated from STM32CubeMX. I followed the example and I wrote a program that wakes the CPU up from sleep mode every time I press the button (external interrupt)/* USER CODE END PD */ /* Private macro -...
Posted on July 01, 2016 at 11:04I'm using STM32F072 MCU in USB Device mode. The USB enumerates nicely creating 1 interface and 2 bulk endpoints. One input and one output. Both with the maximum transfer size 64 bytes.The problem occurs when I try to ...
Hi,We need to transfer big amount of data from an STM32F76x connected to a PC. The expected transfer rate of data is 100Mbit/sec (100 mega bit per second). Few basic questionsis it possible to transfer in such rates?can\should it be done over LWIP?ca...