2018-07-02 01:12 PM
Hi,
I am working on Nucleo-144 ADC, trying connect ADC pin to read. From RM0351 Reference manual, there are 3 ADC while the Nucleo-144 user manual has pin like
ADC12_IN8, ADC123_IN1.
What's those means - ADC12, ADC123?
ADC CN9
1 A0 ADC PA3 ADC12_IN83 A1 ADC PC0 ADC123_IN15 A2 ADC PC3 ADC123_IN47 A3 ADC PC1 ADC123_IN29 A4(1) ADC PC4 ADC12_IN1311 A5(1) ADC PC5 ADC12_IN14Thx
2018-07-02 01:23 PM
ADC12_IN8 Channel 8 on ADC1 or ADC2
ADC123_IN1 Channel 1 on ADC1, ADC2 or ADC3
2018-07-02 01:28 PM
Never mind, I got it now. ADC123 means can either ADC1 or ADC2 or ADC3. Thx
2018-07-03 06:47 PM
How to debug HardFault_Handler issue? I am seeing the issue of my code running into hard fault. Thx
2018-07-03 07:49 PM
Print out some usable diagnostics, and then look at the offending instructions and how they relate to your source code.