User Activity

Dear all,I'm working on an custom hardware project using the STM32G0B1 MCU running ThreadX.  My goal is to use/port the USBPD stack for both source as sink device, but I'm failing to do so partly because the stack provided is closed source.The CubeMX...
Need some help understanding an interrupt lockup situation.Written some code that is highly depending on interrupts getting serviced. It works fine as long as there is no interrupt nesting situation.In more detail I'm using printf calls/trace message...
To pars binary information I created a series of bitfield structurestypedef struct PD_SOURCE_PDO_CAPABILITY { uint32_t MAX_CURRENT_UNITS : 10; uint32_t VOLTAGE_UNITS : 10; uint32_t PEAK_CURRENT : 2; uint32_t RESERVED_BITS22_23 : 2; ...
Kudos from