You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
1 year ago | |
---|---|---|
.. | ||
README.md | 1 year ago | |
ass | 1 year ago | |
core.asm | 1 year ago | |
i2c.asm | 1 year ago | |
main.asm | 1 year ago | |
spi.asm | 1 year ago | |
spiflash.asm | 1 year ago | |
timers.asm | 1 year ago | |
uart_lp.asm | 1 year ago | |
write.asm | 1 year ago |
README.md
07-spiflash
New: spi.asm
- a hardware SPI driver, using USCI_B0. No interrupts, just busy waits.
Next, spiflash.asm
- a couple of functions to read-from/write-to W25Q64 flash chip, just to check that the SPI driver works as expected.