
VCSEL
Members-
Content Count
5 -
Joined
-
Last visited
About VCSEL
-
Rank
Newbie
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
-
JColvin reacted to an answer to a question: Chipkit Max32 analogWrite pins
-
Hi: Thanks for the reply. Your comment about the underline helped. The pin numbers on my board are close to the socket and I had completely missed them, but your comment made it all clear. My circuit is working as designed. Thanks for the help!
-
oscilloscope channel 2 not working independently
VCSEL replied to Pooyan's question in Scopes & Instruments and the WaveForms software
Hello Pooyan: If you are measuring a DC voltage can you check with a meter to verify the voltage is still present? Also check if channel 2 is AC or DC coupled or set to GND. If you are using a trigger, check it is triggering on channel 2. If you are using a trigger on channel 2, check if the trigger voltage is within the voltage range of channel 2. VCSEL -
Hello: I am trying to better understand the functionality of the Chipkit Max32 board with respect to the analogWrite command. I have been testing pins A4, A5, 21, 23, 44 and 45 using the anlogWrite function. I am testing each pin separately, i.e. one at a time. I have the pin connected to ground through a 180Ohm resistor and monitoring the voltage across the resistor using an oscilloscope. I am using the following code changing the pin number in the analogWrite for each pin: void setup() { Serial.begin(9600); } void loop() { for (int i=0;i<256;i++){ analogWrite(4,
-
chipKIT Max32 Pinout Functions & Descritpions
VCSEL replied to VCSEL's question in Digilent Microcontroller Boards
Thank you for the replies. The documentation is what I needed. -
chipKIT Max32 Pinout Functions & Descritpions
VCSEL posted a question in Digilent Microcontroller Boards
Hello: Where can I find information which describes the functions and capabilities of the pins on the board? I have the documents from the website, but do not understand the terminology such as AERXERR/RG15 or ECRX/SDA2/SDI2A/U2ARX/PMA4/CN9/RG7. I understand each term, ECRX, RG15 are specific functions, but where can I "decipher" these functions? Thank You