STL for STM32L4R5ZIT6
Hello, I am trying to use STL for STM32L4R5ZIT6, while the example project given on STM32L476G. What are the modifications needed to use this example code for STM32L4R5ZI? Referred document: AN4435Thanks in advance!
Hello, I am trying to use STL for STM32L4R5ZIT6, while the example project given on STM32L476G. What are the modifications needed to use this example code for STM32L4R5ZI? Referred document: AN4435Thanks in advance!
Dear STM support,I'm trying to work on udp communication between my nucleo-f767zi (server) and my ubuntu PC (client). I use LwIP middleware generated by STM32CudeIDE for UDP. I set the static IP address on STM to be 192.168.0.10static IP address on m...
I'm trying to use STM32CubeMX inside the STM32CubeIDE to configure a Nuleo-413ZH board. I'm not letting CubeMX initialize the peripherals. I"ve got all my peripherals configured. Except, the FATFS table says "No solution" in the "Found Solution" fiel...
Hi Folks,@ALABB @Amel NASRI The STM32H742/H743 Datasheet (DS12110 Rev 7, appears to be the latest updated one)Page #54/357 of the Document: Table 7 (Flash memory and SRAM memory mapping for STM32H742xI/G)--> memory map for the H743 is missing!It d...
We are very rarely hitting an assert in vTaskStepTick() due to the sleep period being longer than expected. This looks like it could be due to a timing susceptibility in the kernel but that may be due to my own misunderstanding or something that we h...
The function USBH_CDC_Receive should check that the parameter length is a multiple of endpoint size.Reason for this that CDC_ProcessReception calls USBH_BulkReceiveData with the argument CDC_Handle->DataItf.InEpSize. So if the argument pbuff passed t...
I have Nucleo-STM32F429ZI board. STM32F4Cube only has one LwIP example for this board. But, I found more LwIP examples for the STM324x9I_Eval board. Now, I am trying to convert one of the Eval examples for the Nucleo board, specifically TCP Echo Clie...
Hello,I am currently using a STM32F030CCT6 with the STM32F0xx_HAL_DRIVER generated by CubeMx. The version of the driver/cube is STM32Cube_FW_F0_V1.10.0.In my program, I have a low priority task that calls HAL_I2C_Mem_Read_IT. This function is interru...
Hello, I am actually trying to implement HID + CDC in my project, I found nothing interesting on Google.Is someone know something about it or have a working example? It would help me a lot, thank you in advance.
Hi,I would like to ask how to setup an ethernet on nucleo-f767zi.I tried to use stm32cudeide to configure, but I don't the MAC address of my board. How to find it?Also, do I have to set up the IPv4 address? Is there an example that I can follow?Thank...