📄 readme.txt
字号:
This is an example code (Host_Boot.asm) that is run on a Master Blackfin Processor to boot
a Slave Blackfin Processor via a SPI Slave Mode Boot (BMODE = 10). Here are the connections
that the host code (executed on the Master) and the loader file, SPI_Slave_HostFile.ldr,
(booted into the Slave) requires:
Master SPI Blackfin Processor (Host)<----------->Slave SPI Blackfin Processor (BMODE = 10)
SPICLK------------------------------------------>SPICLK
PF4--------------------------------------------->/SPISS
MOSI-------------------------------------------->MOSI
MISO<--------------------------------------------MISO
PF15<--------------------------------------------PF13
The Host will send bytes until a PF15 interrupt is asserted (high). The Host is set up for a rising
edge-sensitive interrupt. It will stay within the interrupt until PF15 is de-asserted (low) in which
case it will continue sending bytes.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -