TokTok12
Junior Member level 2
- Joined
- May 6, 2014
- Messages
- 20
- Helped
- 0
- Reputation
- 0
- Reaction score
- 0
- Trophy points
- 1
- Activity points
- 281
Hi all,
I'm being advised by my boardhouse a change in firmware might occur and I would like to cross check this on the forum.
Essentially the situation is in order to enable the running of my PIC18F2580 on +3.3V I need to switch to the PIC18LF2580 which operates between ranges of 2.0v TO 5.5V unlike the PIC18F2580 which operates between 4.2 to 5.5v. In terms of a hardware design change not much changes will be done if I were to switch to the PIC18LF2580 as the pinouts between the both PICs are the same.
My question esssentially is if moving from the PIC18F2580 to the PIC18LF2580 will there be a significant change in firmware or will the only change be the very first line of code i.e.
changing to
Regards,
TokTok
I'm being advised by my boardhouse a change in firmware might occur and I would like to cross check this on the forum.
Essentially the situation is in order to enable the running of my PIC18F2580 on +3.3V I need to switch to the PIC18LF2580 which operates between ranges of 2.0v TO 5.5V unlike the PIC18F2580 which operates between 4.2 to 5.5v. In terms of a hardware design change not much changes will be done if I were to switch to the PIC18LF2580 as the pinouts between the both PICs are the same.
My question esssentially is if moving from the PIC18F2580 to the PIC18LF2580 will there be a significant change in firmware or will the only change be the very first line of code i.e.
Code:
#include<18F2580.h>
changing to
Code:
#include<18LF2580.h>
Regards,
TokTok