dejan wrote: dsPIC30F and 33F are pin compatible, have similar peripheral but C syntax for settings peripheral is not generally the same, like settings oscillator…
the oscillator setting is in the template application I cited in point 1) in the previous answer... you have of course to change it... you can also use the template app for dapicdem, If I'm not wrong it should use a dspic30
Same peripheral don’t have same numbers of inputs and outputs. Basically I need to change all C functions regarding to peripherals.
The dspic33 dependent peripheral code is under .../Evidence/ee/contrib/scicos/src/pic30 ----> copy the directory with another name (example, .../Evidence/ee/contrib/scicos/src/dspic30)
Then change ...Evidenceeecontribscicoscfgcfg.mk to compile your directory instead of the default one when the dspic30 is selected...