User Activity

I use ThreadX (in addition to other X series middlewares) on nearly all of my projects. I have been in the habit of adding calls to _tx_thread_context_save/restore in all interrupt handlers inside stm32<xx>xx_it.c, per the guidance in ThreadX documen...
I am trying to figure out why the state of GPIO pins are changing after entering Stop2 mode. I've got an ADC chip connected with Reset lines being held high by GPIO pins configured as push-pull with pull-ups enabled. When the device enters Stop2 mode...
Hello,I have been battling with getting an LSM303AGR to pass the self test. The accelerometer is passing the self test and the values look reasonable (Z-axis ~1g), but the magnetometer will not pass. I have 2 STEVAL-MKI172V1 boards, both are showing ...
I've been working on a project based on the STM32U575 Nucleo board for some months now. I just updated STM32CubeIDE yesterday and I noticed the ThreadX memory pool size option in "Middleware and Software Packs -> THREADX ->Memory Configuration" has s...