Hello!I created a project for NUCLEO-F429ZI with two ethernet interfaces.The first interface is the card's own ethernet connection.The second is a USB-RNDIS virtual ethernet port.The two ethernet interfaces work, but only if I enable software checksu...
Hey,I'm adding a bootloader to my project that sits in the first 2 sectors of internal flash. while trying to preform the update it seems that i can't erase sector 3 all other sectors that follow this sector are erased properly.this is the code I'm ...
Hi Guys,I´ve bought the STM32F303ZE Nucleo-144 kit. Are there a ethernet shield to this kit? If so, where can I read and buy about? A Shiled like this to other kit of st:https://www.carminenoviello.com/2015/08/28/adding-ethernet-connectivity-stm32-nu...
Hi, I have STM32L4S5 (STM32 Discovery Kit - IoT mode), Part number: B-L4S51-IOT01A.https://www.st.com/en/evaluation-tools/b-l4s5i-iot01a.htmlThis is the first time I am using this device. When I plug this device into Windows 10 machine, I am not able...
After each project update, CubeMX 5x/6x changes the values of all USE_HAL_***_REGISTER_CALLBACKS definitions in stm32h7xx_hal_conf.h header file. This makes it extremely difficult to use the callback functions.PS:Hi, today I lost the whole day to fin...
Hello,MCU: STM32F429ZI I am building a bootloader for my project to upgrade the application firmware from SD card.Everything works fine but the total time for a ~2MBytes .bin file is almost 45 seconds. So, i am trying to check each step and try to re...
By default, when using HAL, it is required to set another time base source instead of SysTick as it is used for freeRTOS, but when using LL for all the peripherals, it shouldn't be necessary as LL does not use SysTick interrupt as HAL does.I think th...
We are still waiting for USB Host Hub support (will it ever arrive?) but in the mean time I'm trying to understand how some keyboards with built in touchpads work but others don't. Obviously, if they have a built-in hub and the keboard always connect...
I need to know HAL library version number during device firmware build process. Is there something like __HAL_VERSION_1_9_0__ or similar defined in the HAL library code?Thank youDan