Resolved! Does anyone can provide version 1.11.0 of stm32cube fw l4?
Does anyone can provide version 1.11.0 of stm32cube fw l4?I'm using STM32CubeMX V4.25 to maintain old project,but I can't download the version by CubeMX.
Does anyone can provide version 1.11.0 of stm32cube fw l4?I'm using STM32CubeMX V4.25 to maintain old project,but I can't download the version by CubeMX.
On STM32F407, I set PA8 to AF, AF10, for OTG_FS_SOF. After attaching a device in HOST mode to OTG_FS, I see SOF pulses on PA8, regardless of setting of OTG_FS_GCCFG.SOFOUTEN bit.ST, please comment.JW
HiI have the F446ZE Nucleo board and am using the latest ST supplied demo code from mbed.com to use the CDC as a serial port.The code from mbed compiles without issue and downloads to the F446ZE. At that point Windows attempts to load the CDC driver...
EPENA bit for IN endpoint 0 (OTG_FS_DIEPCTL0 register) is marked as read-only both in the reference manual and in the SVD files for F429.I believe that is a mistake, as the EPENA bit is used to start transmission on the endpoint and both libopencm3 a...
I am trying to send a simple udp Packet with the stm32f767zi nucleo sincle 3 days. At first I tried to use the drivers and project generated by cubemx. Sending the packets was done with this:void lwip_udp_send(void) { struct udp_pcb *UdpPcb; ip_add...
Posted on April 13, 2018 at 23:17I am not sure if this is the best way to report issues with STM32Cube, if not please let me know and I can go the suggested path.Before describing the actual issue here are the primary configuration settings using ST...
Posted on July 03, 2018 at 17:56Hi all: STM32Cube_FW_H7_V1.2.0 ethernet sample is using DHCP, I want use static IP address. So I change the DHCP definition to 0 in lwipopts.h.&sharpdefine LWIP_DHCP 0 After comple the code and dow...
Posted on April 07, 2016 at 17:11Hi,I am developing a product for a small company. It primarily works through a touchscreen however it is intended that data can be read from the device to a PC via USB. When our device goes to market it will need a u...