User Activity

Can I use the st-link/programmer on nucleo l432kc to program external boards?I know that I need the SWCLK and SWDIO pins and they don't seem to be connected to external headers but I saw some people on internet using the embedded programmer on the nu...
My MCU is stm32L432kc, it has two serial ports 1 and 2. But I'm wondering if I can use the same serial port1 only to communicate with two modules (not on the same Tx & Rx pins but 4 different pins) ? Is there anyway I can in the software communicat...
I'm using mbed coding on stm32L432kc nucleo board. I'm copying the code from the stm32 cube code examples to put my MCU in shutdown [https://github.com/Rayling35/STM32Cube_FW_L4_V1.12.0/blob/master/Projects/NUCLEO-L432KC/Examples/PWR/PWR_SHUTDOWN/Src...
I read that when entering shutdown and waking up through a wakeup pin, the program restarts. If I enter the shutdown in my main method, doesn't that mean that when my MCU wakeup it will restart and then enter the shutdown again in my main method?
Hi, I wanna use the lowest power mode possible for my stm32l432kc. I want MCU to wakeup on accelerometer motion (which is possible since the accel generate interrupt on motion). I've read in MCU appnopte AN4621(page 13) that i2c is detected only in s...