User Activity

I have a Nucleo-l432kc board that I actually fried by accident touching one of the pins with my power supply probes while they shared the same ground during a risky test of mine anyway the problem now is I can't find a replacement at the moment in my...
I have implemented a small I2C driver for stm32l432kc board and tried to use it to read from a couple of MPUs I have first:I can read single WHO_AM_I register correctly giving 0x68 asserted in the debugger I can write to the POWER_MGMT_1 register to ...
I wrote a simple GPIO driver for Nucleo-l432kc board I used one GPIO.c file and multiple headers for RCC GPIO ..etcI added the main method in the same file GPIO.c and it worked fine now I moved the main function to another file main.c (to isolate the...
Kudos given to