mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 10:37:23 -07:00
chg: SPI tests for flashmem on PA10. (aka pm3 evo) Peripheral B, fixed.
This commit is contained in:
parent
6c6aad6196
commit
d54c4d3e05
4 changed files with 195 additions and 227 deletions
|
@ -93,9 +93,10 @@
|
|||
// fpga
|
||||
#define NCS_0_LOW LOW(GPIO_NCS0)
|
||||
#define NCS_0_HIGH HIGH(GPIO_NCS0)
|
||||
// lcd - flash mem
|
||||
#define NCS_2_LOW LOW(GPIO_NCS2)
|
||||
#define NCS_2_HIGH HIGH(GPIO_NCS2)
|
||||
|
||||
// flash mem PA1
|
||||
#define NCS_1_LOW LOW(GPIO_NCS2)
|
||||
#define NCS_1_HIGH HIGH(GPIO_NCS2)
|
||||
|
||||
|
||||
#define RELAY_ON() HIGH(GPIO_RELAY)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue