User Activity

Master:  I've been learning stm32mp157 recently, and I've encountered some problems with less detailed attribute descriptions in the yaml documentation of mp157 in the linux directory, and I want to understand their usage clearly. For example, the cl...
Master:Platform: stm32G070cbQuesion:The MCU pin is driven through a 100R resistor to drive an N-channel MOS transistor (2N7002, Ciss < 50pF).When the pin is given a high output, the starting transient current peak approximates I = 3.3V / 100R = 33mA,...
Hi,Master:platform: STM32G070CBQuesion:       Regarding CMOS - and TTL compliant, the manual provides the above diagram. How does it achieve compatibility? When Vin>min (07 x VDDIO, 2), is it considered that the input is at a high level? When Vin<min...
Hi,Master:platform: STM32G070CBphenomenon:When the MCU is empty (without any program), connect an external pull-up resistor 10K to the adjustable voltage source on the PA4 pin, adjust the voltage in the range of 4~18V, and find that the maximum clamp...
Hi,Master:platform: STM32G070CBkeil ide:  arm Compiler:version 5 (c99 mode)Question: #pragma pack(8) typedef struct{ uint32_t a; uint8_t b; uint32_t c; uint32_t d; uint32_t e; } x_t; #pragma pack() x_t a[10] = {0}; int sz = siz...