Hello,I am using MCU STM32F303VC controller with USB 2.0 FS configuration as device and PC as the host.CDC interface is configured to handle the Bulk transactions, and for this only 1 endpoint (Endpoint 1) has been used for handling both IN and OUT b...
I'm using stm32cubeMX to create the project on a nucleo F767ZI boardI'm using FreeRTOS and LWIP for a simple UDP sender.I can get IP address form DHCP and ping works, and the packet can be sentout without any problem if the destination is the broadca...
Hello everyone,I have CNC controller with STM32F207 MCU and during operation machine stopped and on software was message "load BIN file". After a wile I found bin file for exact model of particular board on manufacturers site, downloaded it and impor...
Posted on June 17, 2018 at 08:44Environment: STM32469I-EVAL Windows 10 x64 STM32CubeMX v. 4.25.0 STM32Cube FW_F4 V1.21.0 System Workbench for STM32 Version: 1.15.0.201708311556 SD card inserted, code sample Projects\STM32469I_EVA...
In order to evaluate emWin graphics library, I'm using the evaluation board STM32H745I-DISCO and I'm trying the example project "STemWin_HelloWorld".When I call GUI_DispStringAt ("hello",0,0) I see that the string is not displayed from X = 0 position...
Hello,I tried to use the factory DFU bootloader to program an image via USB. Everything works until the DFU utility tries to write/erase anything in Bank 2 of the Flash (from 0x8100000). When I try to write data to this region, the DFU utility just p...
Hi, i noticed, that the LL driver does not set the RX fifo threshold levels according to the datasheet:" Rx buffer not empty (RXNE) The RXNE flag is set depending on the FRXTH bit value in the SPIx_CR2 register: • If FRXTH is set, RXNE g...
HI All, I am using STM32 nucleo-L4A6ZG development board.And I am implementing FreeRTOS MPU application with help of NUCLEO-L476RG FreeRTOS_MPU example code.I have replaced ARM_CM4F with ARM_CM4_MPU. Added mpu_wrappers.c file in my current project...
Hi,I'm trying STM32L05x embedded bootloader - Read Memory command via UART.I can read flash memory (e.g. address start by 0x0800_0000), but when I try to read SRAM ( start by 0x2000_0000) , it always return NACK.Is it not possible to read SRAM via bo...