User Activity

Description:In ThreadX, it is possible to create custom TraceX User Events with: tx_trace_user_event_insert()This feature is explained in this artice: Chapter 10 - Customer user events…here: https://learn.microsoft.com/en-us/azure/rtos/tracex/chapter...
I want to change the path for where the STM32CubeIDE writes the source code files generated when the .ioc file changes. I am using STM32CubeIDE Version: 1.12.0.Is it possible, and if so, how?
I am trying to configure a LSM6DS3 to capture Tap events in the FIFO similar to how Unico does. i.e. I press "Continuous to FIFO" button (to enable a new capture), then tap the sensor, and the acceleration of the tap event appears on the screen (afte...
I am trying to test Slave Mode / Gated Mode on TIM10 on my NUCLEO-STM32F401RE EVK.RM0368 describes this mode as:"Slave mode: Gated mode The counter can be enabled depending on the level of a selected input."I am trying to use CubeIDE to generate the ...
I want to count the 'high time' of a signal on TIM2_CH3. I simply want to count up TIM2 by using internal clock, but gating it with TIM2_CH3. I don't care about interrupts; I only want to use the counter value to access how much 'activity' has occurr...