Home
JAQForum Ver 24.01
Log In or Join  
Active Topics
Local Time 21:57 27 Nov 2024 Privacy Policy
Jump to

Notice. New forum software under development. It's going to miss a few functions and look a bit ugly for a while, but I'm working on it full time now as the old forum was too unstable. Couple days, all good. If you notice any issues, please contact me.

Forum Index : Microcontroller and PC projects : Pi-Pico Picomite PIN42(GP24) ??

Author Message
Hansaplast
Newbie

Joined: 13/07/2023
Location: Hong Kong
Posts: 10
Posted: 09:44am 13 Sep 2023
Copy link to clipboard 
Print this post

The following message by using OPTION SDCARD

> OPTION SDCARD GP24
Error : Pin 42/GP24 is in use

the same happen with

> OPTION SDCARD GP23
Error : Pin 41/GP23 is in use


This can't be, as PIN 42 of the Pi-Pico is VCC (IOVDD) and GP24 is PIN 36

or I'm wrong??
Edited 2023-09-13 19:52 by Hansaplast
 
circuit
Senior Member

Joined: 10/01/2016
Location: United Kingdom
Posts: 245
Posted: 10:04am 13 Sep 2023
Copy link to clipboard 
Print this post

  Hansaplast said  The following message by using OPTION SDCARD

> OPTION SDCARD GP24
Error : Pin 42/GP24 is in use

the same happen with

> OPTION SDCARD GP23
Error : Pin 41/GP23 is in use


This can't be, as PIN 42 of the Pi-Pico is VCC (IOVDD) and GP24 is PIN 36

or I'm wrong??


See the Picomite manual page 10;

"On the Raspberry Pi Pico these pins are used for internal functions as follows;
Pin 42 or GP24 is a digital input which is high when VBUS is present".
 
Hansaplast
Newbie

Joined: 13/07/2023
Location: Hong Kong
Posts: 10
Posted: 10:11am 13 Sep 2023
Copy link to clipboard 
Print this post

Yes, I saw

 Pin 41 or GP23 is a digital output set to the value of OPTION POWER. (ON=PWM, OFF=PFM).
 Pin 42 or GP24 is a digital input, which is high when VBUS is present.
 Pin 43 or GP25 is also PWM4B. It is an output connected to the on-board LED.
 Pin 44 or GP29 is also ADC3 which is an analog input reading ⅓ of VSYS.

Is there any way to make it working?, as I use the Pi-Pico chip on my own PCB with all ports.
 
matherp
Guru

Joined: 11/12/2012
Location: United Kingdom
Posts: 9126
Posted: 10:43am 13 Sep 2023
Copy link to clipboard 
Print this post

Just set them off before use

SETPIN GP23,OFF

etc.
 
Print this page


To reply to this topic, you need to log in.

© JAQ Software 2024