Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Port 1 pin 4 (P1.4) is not working as programmed__So, I am just changing every P1 pin 4 to P2 pin 4 or P3 pin 4 as needed #3

Open
Subhankar2000 opened this issue Nov 15, 2020 · 1 comment
Assignees
Labels
bug Something isn't working help wanted Extra attention is needed wontfix This will not be worked on

Comments

@Subhankar2000
Copy link
Owner

I think it is a proteus bug or something related to the MSP430 simulation model file, that the Port 1 pin 4 does not give high output at all when programmed it for GPIO. So the seven segment display program and LCD 16x2 program is shifted to Port 2 pins and also when a seven segment is connected to all the 7 pins of port 1 and one is connected to pin 4 of port 2, then also port 1 pin 5 stops giving desired output.
So, everything is needed to be shifted to port 2 accordingly.
This is not a big issue, but it can be big issue, when we will be requiring all the port 1 2 3 pins of the microcontroller. And I don't think this can be fixed as this issue is from proteus side.

@Subhankar2000 Subhankar2000 added bug Something isn't working help wanted Extra attention is needed wontfix This will not be worked on labels Nov 15, 2020
@Subhankar2000 Subhankar2000 self-assigned this Nov 15, 2020
@Subhankar2000
Copy link
Owner Author

Subhankar2000 commented Nov 17, 2020

So, I am just changing every P1 pin 4 to P2 pin 4 or P3 pin 4 as needed permanently, and the folders are marked with : P2 instead of P1 signifies that whole Port 1 is discarded and Port 2 is used by modifying the code as needed & P1p2 signifies that some of the pins of port 1 ( pin 4 / pin 5 mainly ) are discarded completely and instead the same pins of other port 2 is used.

Subhankar2000 added a commit that referenced this issue Nov 17, 2020
Port 1 pin 4 (P1.4) is not working as programmed #3
@Subhankar2000 Subhankar2000 changed the title Port 1 pin 4 (P1.4) is not working as programmed Port 1 pin 4 (P1.4) is not working as programmed (Exp15) Nov 17, 2020
@Subhankar2000 Subhankar2000 changed the title Port 1 pin 4 (P1.4) is not working as programmed (Exp15) Port 1 pin 4 (P1.4) is not working as programmed Nov 17, 2020
@Subhankar2000 Subhankar2000 changed the title Port 1 pin 4 (P1.4) is not working as programmed Port 1 pin 4 (P1.4) is not working as programmed__So, I am just changing every P1 pin 4 to P2 pin 4 or P3 pin 4 as needed Nov 17, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working help wanted Extra attention is needed wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

1 participant