Hi community, I am trying to use a Nucleo-L053R8 board to send data over USB without much success. The purpose of my project is simply to test the USB communication by sending string over USB Port as a first step before sending the sensor data. When ...
Hi all,Hardware - STM32L4R9 Disco with STEVAL-MK172V1 eCompassI'm stuck trying to resolve some kind of conflict I'm having with Hal_Delay. I've lowered the priority of the timer interrupt so that SysTick is a higher priority. I've tried using both th...
I made an I2C communication between STM32U585 uC to an I2C EEPROM and it worksI do the following but if I remove the HAL_Delay(10) or minimizes it to less than 10msec things are not working well, the second call I2C_Master_Transmit fails.Is there's ...
Currently, I am using the STM32L162VE custom board. I want to enter the USB DFU mode but am not able to enter the mode. This chip supports the USB and USART pre-programmed bootloaders. I have referred to the application notes AN2606 and AN3156. I did...
Hello,I saw a not yet reproducable fault at adresses, which are part of the private/vendor-specific memory regions.The fault happend on a STM32H7B0 runnig freeRTOS, ICache + DCache enabled:Causing instruction address: 0x7.... (external flash)Comming ...
Hiafter enabling LWIP/FreeRTOS in the .ioc file, my HAL_UART_Receive_IT no longer works (worked fine before). I'm new to STM programming and have no idea what to do... Sorry if this is a plain stupid question.Cheers
I have a USB problem with "nucleo_l476rg" in version RTOS V3.3.0 where my overlay works fine with RTOS V2.7.4Overlay has been Migrated to the new way used in V3.3.0.Error Message: Booting Zephyr OS build zephyr-v3.3.0 [00:00:00.000,000] <err> usb_dc_...
I really have hard time finding any demonstration on your website, in particular on this page you mention that "All the binaries provided are available at: \Projects\<STM32 board name>\Demonstrations\<Demonstration name>\Binaries\" but where exactly ...