2003-07-21 04:51 AM
2003-07-20 11:56 PM
Hi,
Although I declare external memory, the 2 chip enable are inactif (P6.0 and P6.1), maybe the start file isn't correctly configured..... Could you tell me which register I must change or other.. STARTA66 is attach, so you can look my configuration Thanks2003-07-21 02:53 AM
The selection of the nunber of chip select is done by hardware and not by software, as well as the clock selection and the number of address lines.
you need to place on the port0 P0H1 and P0H2 (cf user's manual) the right configuration of pull-down in order to have 2 chip select lines. If you have no chip select instead of the two expect you probably have the combination 01 instead of 10 set with the pull down resistors on P0H2:1 . Then you need to have the related BUSCONx and ADRSELx registers set up for the related Chip Select.2003-07-21 04:51 AM
Hi,
thanks a lot for your help, the system is OK ! THANKS BYE