User Activity

Hi,I was following @Laurids_PETERSEN post on his low power ThreadX example (Part 2 ThreadX Low power Project ). I noticed his sample code, Snippet 11 on Enter Low Power mode configured the APB ENR, AHB ENR in RUN mode and then disabled all the periph...
Hi,I am using ThreadX and the STM32L4A9 processor.  When my application is ready to sleep I call an enter low power function. I followed sample code from ST Cube example which disables the GPIO CLKs and enters STOP Mode 1.//ENTER Low Power Mode/* Dis...
I am trying to build a sample application that initializes a NOR Flash SPI chip and then exposes it over USB to a Windows computer as a removable mass storage device. I am using FileX and USBX. Host is STM32F429 (Nucleo 144 board) and Nor flash is ...
My chipset is a STM32L4R9 and I have Nor Flash SPI chip used for file storage (FileX, LevelX, QuadSPI capable). My application is battery powered device. It wakes up reads some IO, logs to flash file system, sets RTC Wakeup timer and goes to sleep.Be...
Hi,I am setting my RTC with a timestamp and when I read it back immediately I notice the hour setting is always off by 1 hour. I do not have daylight savings mode enabled on the RTC and I cannot understand why the hour setting is off. I thought the i...
Kudos from