Thanks again fpiSTM.
What file / documentation should I be referencing? I have been looking but haven't found it. Sorry if it's a dumb question, still learning my way around.
Search found 3 matches
- Wed Nov 02, 2022 5:56 pm
- Forum: General discussion
- Topic: Analog input on PB0?
- Replies: 7
- Views: 5927
- Tue Nov 01, 2022 8:17 pm
- Forum: General discussion
- Topic: Analog input on PB0?
- Replies: 7
- Views: 5927
Re: Analog input on PB0?
Thank you for the reply!
I tried all those combinations without any success. However, I did find that the following works (on a hunch) after reviewing the PeripheralPins.c file.
https://github.com/ARMmbed/mbed-os/blob/master/targets/TARGET_STM/TARGET_STM32L4/TARGET_STM32L432xC/TARGET_NUCLEO_L432KC ...
I tried all those combinations without any success. However, I did find that the following works (on a hunch) after reviewing the PeripheralPins.c file.
https://github.com/ARMmbed/mbed-os/blob/master/targets/TARGET_STM/TARGET_STM32L4/TARGET_STM32L432xC/TARGET_NUCLEO_L432KC ...
- Mon Oct 31, 2022 10:06 pm
- Forum: General discussion
- Topic: Analog input on PB0?
- Replies: 7
- Views: 5927
Analog input on PB0?
Hello,
I'm new to the forum, transitioning a project from Arduino to the L432KC. I'm running out of ADC pins and need 1 additional. I can't use A7 (PA2) because that pin is reserved for USB VCP TX, which I need for debugging.
The mbed pinout at the link below shows that D3 (PB0) is ADC1/15 ...
I'm new to the forum, transitioning a project from Arduino to the L432KC. I'm running out of ADC pins and need 1 additional. I can't use A7 (PA2) because that pin is reserved for USB VCP TX, which I need for debugging.
The mbed pinout at the link below shows that D3 (PB0) is ADC1/15 ...