Posted on September 05, 2008 at 13:36I did some phisical changes in my board with STR710 and in my project now I use Bank 1 to comunicate with my slave (MPI12x). It works correct. But I still want to know what must be done to use Bank 0 to communica...
Posted on September 05, 2008 at 10:16Hello, thank you for replay. Yes I saw this footnote. But I understand that Bank 0 must be 16-bit width when I use External memory (EMI) for booting operation that is when pins BOOTEN = '1', BOOT1 = '1', BOOT0 = ...
Posted on September 05, 2008 at 07:02I have a problem with Bank 0 EMI. I try to use 8-bit width bus on Bank 0. I write following code: { u16 data; ... // Initialize Pin 0 Port 2 to Alternate function GPIO_Config(GPIO2, 0x0001, GPIO_AF_PP); //0x000F ...