Hi,
Another question on SYS_BOOT - sorry for that.
I am trying to UART boot my board which I experimented (too much) with.
It has a DM37xx processor with set of jumpers contected to SYS_BOOT pins.
I understand that reconfiguring the jumpers should change the boot order.
Right now board is configured in such way:
SYS_BOOT0 - [ ] - jumper open
SYS_BOOT1 - [ ] - jumper open
SYS_BOOT2 - [ ] - jumper open
SYS_BOOT3 - [ ] - jumper open
SYS_BOOT4 - [X] - jumper closed
SYS_BOOT5 - [ ] - not connected anywhere
which sys_boot [4:0] configuration if corresponds to?
Am I right thinking that this is: 0b00001
I read that as 0b[SYS_BOOT0][SYS_BOOT1[[SYS_BOOT2][SYS_BOOT3[[SYS_BOOT4] - in my case all zeros except sys_boot4?
If I shorten SYS_BOOT0 and SYS_BOOT3 - will I get 0b10011
Thanks in advance