Nucleo-144 ADC
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2018-07-02 1: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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2018-07-02 1:23 PM
ADC12_IN8 Channel 8 on ADC1 or ADC2
ADC123_IN1 Channel 1 on ADC1, ADC2 or ADC3
Up vote any posts that you find helpful, it shows what's working..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2018-07-02 1:28 PM
Never mind, I got it now. ADC123 means can either ADC1 or ADC2 or ADC3. Thx
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2018-07-03 6:47 PM
How to debug HardFault_Handler issue? I am seeing the issue of my code running into hard fault. Thx
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2018-07-03 7:49 PM
Print out some usable diagnostics, and then look at the offending instructions and how they relate to your source code.
Up vote any posts that you find helpful, it shows what's working..
