Errors in processor definition files

Beta Testing discussion on mikroC PRO for PIC.
Post Reply
Author
Message
janni
Posts: 5373
Joined: 18 Feb 2006 13:17
Contact:

Errors in processor definition files

#1 Post by janni » 28 Nov 2015 13:16

Besides the errors in BADRAM locations (see here), *.mlk files for several enhanced family processors lack the 'mapped memory' section.

Code: Select all

...
   <!-- mapped memory -->    !!! definitions missing !!!
	<!-- stack range-->
	<RX>
		<MIN_ADDR>0x0070</MIN_ADDR>
		<MAX_ADDR>0x007F</MAX_ADDR>
	</RX>
	<!-- ram range-->
	<RAM>
...
In consequence, the simulator cannot work properly above Bank 0.

Some of the affected processors:

Code: Select all

    PIC12F1571,2
    PIC12F1612
    ...
    PIC16F1705 
    PIC16LF1554,9 
    PIC16F1764,5 
    PIC16F1574,8,9
    ...

User avatar
filip
mikroElektronika team
Posts: 11874
Joined: 25 Jan 2008 09:56

Re: Errors in processor definition files

#2 Post by filip » 30 Nov 2015 16:35

Hi,

Thank you for reporting this, I will look into this issue.

Regards,
Filip.

Post Reply

Return to “mikroC PRO for PIC Beta Testing”