User Activity

Hi all,I am working on a project which is based on freertos on stm32l476rg. I have added STM32CubeExpansion_CELLULAR_V5.2.0 into my project and while running I am getting hard fault handler before control comes to main function.These are the remedies...
Hi all,I am working with STM32L476RG and using ST32cubeIDE for developing project. I am trying to enable Quad SPI in my project . I am using MX25R8035FM1IL0 as flash memory. I followed the code in the software package of ST, but it is not working. Wh...
Hi all,I am working with FreeRTOS on STM32L476RG and I'm new to this. I am using stm32cubeIDE for project development. I am printing the date and time in the putty and the time format is hours: minutes: seconds: subseconds. When I start running the p...
Hi all,I am developing stm32l4 application. In my project I created one folder. In that folder I added own .c and .h files. I included path of that folder in project settings. Without any errors I could compile. After making changes in .ioc file, co...