User Activity

Hello.I evaluate the SensorTile Kit with the following combinations.Core system STLCS01V1Cradle expansion STLCX01V1​When I connect to the Android app "ST BLE Sensor" and select "AI Data Log" to collect learning data, I get an error saying "SD Card is...
Hi, I want to use external clock 16 MHz.So I implemented the following code.CLK_ClockSwitchConfig(CLK_SWITCHMODE_AUTO, CLK_SOURCE_HSE, DISABLE, CLK_CURRENTCLOCKSTATE_ENABLE);It was confirmed that 16MHz oscillated when programmed from STVD.However, wh...
Hello, According to table21 in the datasheet, the current consumption (IDD) depends on whether the code is executed from RAM or Flash.How do I determine if my application code is running from RAM or Flash?Regards, Gotoda​
Hi, I want to run STM8S003F with an external crystal.How do I use APIs in stm8_clk?Or in which material is it described?Regards, Gotoda