Ask questions and find answers on STM32Cube packages, including HAL, LL and middleware, and expansion software.
Hi,I started working with a Nucleo 144 board (STM32F767ZI) and have implemented an USB-CDC according an example of ST (see: https://www.youtube.com/watch?v=h9T0RTu9Muc).Everything works well, but if I disconnect the USB line before startup the system...
Is their any limitation to do this , is it possible with dual bank .kindly let me know if any code is available Thanks in advance.
Hi Stmteam,I am using Stm32G081RB to Develop Source application.please have a look at the source files and trace.provider_port1Note : trace file is from sink device attached to the Source Device currently we are looking to Develop complete solution.Q...
Hi,I tried to port the X-CUBE-IOTA1 Lib to the STM32F7-Disco.So i startet with a void Project added the Cube Iota files and enabled the LwIP Module.But in the http_manager.c file all gethostbyname calls throw the above error.I don't understand how th...
We want to develop our own Boot-Loader for STM32H725/735 , is there an Written Example User Specific Boot-loader Source code from ST for STM32H725/735 to work with USART and CAN protocol
I have used NUCLEO-F072RB EVK <==> STUSB4500 and tried to execute below git code.https://github.com/usb-c/STUSB4500/tree/master/FirmwareI received below logs when source device attached:################################################################...
(STM32Cube_FW_F1_V1.8.2/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_i2c.c)In HAL_I2C_Mem_Write_DMA, hi2c->hdmarx may be null but this is not being checked. This causes a crash when invoking HAL_DMA_Abort_IT if there is no DMA used for receiving.bt...
I am selecting the microcontroller for an application that needs to implement an USB dual virtual com port (composite device with two vcom port). I would like to use the STM32F411 but i see that other people got problems trying to do it, maybe becaus...
I can send ARP, UDP, ICMP, and so on, and all the other IGMP messages, but not the IGMP V2 Membership Report messages. Wireshark doesn't show those at all, but does show the others going out. So I've written a low-level driver test that composes the ...