Did I break my Nucleo-C092RC ?
Hello everyone
i am currently working on a project with a NUCLEO-C092RC Board. With this Board i want to send OBD-II Frames to my car and receive reponses with data. I also use a LCD Display via SPI. But now i have a problem. i connected CANH/L with the Board. I also connected 12V and GND from the OBD-II-Port to a buck converter, which steps the voltage down to 7 V for VIN on the Board, which should be within spec. Then i tried to send a frame, but i did not get a response, when the Board was only powered by 12V via buck converter. After that i think i broke my MCU, because then i connected my PC with the Board and switched the power source back from VIN to ST-Link with a jumper. I was able to debug my programm. but when i also disconnected CANL and CANH from the Board or switching the jumper from VIN to ST-Link (i am nor sure anymore), the red LED from STMPS2141STR came on. It only turns off, if i disconnect VDD from 3V3 Volt with pulling JP5. I also measured from what i think is the VDD header pin of JP5 to GND what showed 2 ohms....
I also measured between this VDD pin and MCU pin 7 (VREF+) which showed also almost 0 ohms. But when i measure between pin 8 (VDD/VDDA) of the MCU and pin 7 OR VDD pin of JP5 it is not a short circuit.
So now i am not sure, if i killed my MCU and if so, why it happend. Maybe because VIN was the main source but i was also plugged in with USB-C cable (maybe for 1 min max)? or because the CAN was still connected but GND was GND of my PC? But CAN is differential......
here is the Baord: NUCLEO-C092RC | Product - STMicroelectronics
an the MCU: STM32C092RC | Product - STMicroelectronics
i am very thankful for help :)

