On C167CR I have created a project witch Dave2.1 and I have 20 address lines (A0..A19). I want to compile but uVision does not leave me compile more than 64K. How can I simulate before reset configuration pull-down resistors with uVision and so create a good H86 for my number of address lines. Thanks!!
Are you using small memory model? Small memory model restricts code size to 64K bytes, if all functions are 'near' (as they are by default in this memory model.)