Search found 4 matches

by Dllanes
Thu Apr 11, 2019 6:56 am
Forum: MicroPython pyboard
Topic: ADC support on NUCLEO_H743ZI
Replies: 5
Views: 4042

Re: ADC support on NUCLEO_H743ZI

Hi Dave, Thanks for your response :) . 2 - In the each board directory, you'll see a file called pins.csv which contains a mapping of board pins to MCU pins. This describes the pins which a particular board uses, and will be some subset of the MCU pins. The first field is the board pin name, and the...
by Dllanes
Wed Apr 10, 2019 10:43 am
Forum: MicroPython pyboard
Topic: ADC support on NUCLEO_H743ZI
Replies: 5
Views: 4042

Re: ADC support on NUCLEO_H743ZI

Hi, thank you for answering. In fact, I have done the same test in several nucleo boards as the F746ZG with the same results. I performed the test also with the F767ZI board and only the channels A0,A1,A2, A6 and A7 are working properly. The other ones give out the following error "ValueError: pin X...
by Dllanes
Tue Apr 09, 2019 2:32 pm
Forum: MicroPython pyboard
Topic: ADC support on NUCLEO_H743ZI
Replies: 5
Views: 4042

Re: ADC support on NUCLEO_H743ZI

Hi,
did you find how to fix this issue?
I am having the same problem
Thanks
by Dllanes
Tue Apr 09, 2019 1:36 pm
Forum: Other Boards
Topic: Port to Nucleo-F746ZG and Nucleo-F767ZI board
Replies: 2
Views: 5258

Re: Port to Nucleo-F746ZG and Nucleo-F767ZI board

Hello,

have you ever tryied to measure an analog value with these boards ? it seems that it is not working properly.
I get the error "ValueError: pin A3 does not have ADC capabilities"
Do you know how can I face this issue?

thanks