Forum Posts
Define error in stm32l4xx_hal_exti.h
Hi everybody,I think I found a bug in stm32l4xx_hal_exti.h at the definition of the GPIO-ports:#define EXTI_GPIOA 0x00000000u#define EXTI_GPIOB 0x00000001u#define EXTI_GPIOC 0x00000002u#define EXTI_GPIOD 0x00000003u#define EXTI_GPIOE 0x00000004u#defi...
Foreground interrupts are hanged for sometime (more than 800 milli seconds)while erasing the bank2 with "(HAL_FLASHEx_Erase_IT(&eraseInitStruct) != HAL_OK)" function call in STM32H743.
if we test with ( HAL_FLASHEx_Erase(&eraseInitStruct, &SECTORError) != HAL_OK) function there is no impact on foreground interrupts. But per design notes of dual bank concepts there should not be any hang/impact on first bank operation when we erase/...
How to check Modbus RTU 'Slave'?
I studying a Modbus RTU 'Slave' and in my opinion I did everything right according to this library https://github.com/alejoseb/Modbus-STM32-HAL-FreeRTOS I want to check, do I right Implemented a code by controlling a built-in LED.But there is no know...
Custome HID Azure Rtos Example available or not?
Hello,I have to use Custome HID class of USB .There is example is avialble of Azure RTOS pacakage,because the HID Azure Rtos class is available.If any one have can you please share the link.
Is it possible to use the Nucleo H755ZI-Q to authenticate on a 802.1x ethernet network ?
For a project, I'd like to use the Nucleo H755ZI-Q board to authenticate on an ethernet network protected by 802.1x authentication. The problem is I don't really know where to begin. Even after browsing the internet for answers I'm left without a clu...
USB communication with GUI which class have to used?
Hello ,I am working on STM32H745IIK3.I have to connect my board to Software which is based on GUI.SO which USB class I have to use.Can you please help me?
Openocd error : "Error: Can't find interface/stlink.cfg in procedure 'script'"
Hai, I am working with ST Nucleo-H743ZI board and Zephyr micro-ROS. While trying to flash the firmware an error occurred. The terminal displays an error message: "Error: Can't find interface/stlink.cfg in procedure 'script'" I found that the file stl...