News:

Let's find out together what makes a PIC Tick!

Main Menu

Using the 18F47Q43 for an 18F47Q83

Started by xldaedalus, Mar 02, 2024, 08:49 PM

Previous topic - Next topic

xldaedalus

When I use

Device 18F47Q43

The Compiler recognizes the chip

When I use

Device 18F47Q83

It does not.  If I compile my code using the 18F47Q43 will I experience issues for a simple Digital IO project?  If yes, how to I go about making a PPI for the 18F47Q83.

Never, never, never give up

tumbleweed

#1
Quote from: xldaedalus on Mar 02, 2024, 08:49 PMIf I compile my code using the 18F47Q43 will I experience issues for a simple Digital IO project?
Assuming you don't want to use any of the registers not present in the Q43, most of the registers are the same between the two, so if it's an extremely simple program it would likely work.
The CONFIG settings between the two differ so that's something you'd have to deal with.

Quote from: xldaedalus on Mar 02, 2024, 08:49 PMIf yes, how to I go about making a PPI for the 18F47Q83.
You can't. MPASMX 5.87 will not assemble code for the 47Q83.

top204

The device is one of the new ones in the coming compilers upgrade Lee.

John Lawton

Les, I hope the forthcoming upgrade will be a paid one, you need to generate an income from this major upgrade to it's capabilities.

Edit: Oops, just seen you later post!