I'm working with IAR compiler and the jlink debugger stop to work when I try to access to the external memory area anyone has experience how to configure the EMI bus to access in 16bit mode? do you now if there is any app.note that explain how to configure the EBI?
I don't see in your code the configuration of EMI_CS3n (P7.4), in fact this pin after RESET is configured as GPIO and should be configured as Alternate OUTPUT3. Regards, STARM
I forgot to attach the declaration of the GPIOs configuration. In any case all the pins used for the ext bus are configured in the right way (GPIOOUT7 0x0346 // CS3 - A16 - P71 out - P72 irq) Today I modify the RD&WD WAITSTATE now RD = 5 WD = 4 With these settings the bus is working :-] I don't know way.... for the moment is enought for me !!