mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 13:53:55 -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
|
@ -20,8 +20,9 @@
|
|||
#define GPIO_LED_B AT91C_PIO_PA8
|
||||
#define GPIO_LED_C AT91C_PIO_PA9
|
||||
|
||||
//#define GPIO_NCS2 AT91C_PA10_NPCS2
|
||||
#define GPIO_NCS2 AT91C_PIO_PA1
|
||||
// flashmem hooked on PA10
|
||||
//#define GPIO_NCS2 AT91C_PIO_PA1
|
||||
#define GPIO_NCS2 AT91C_PA10_NPCS2
|
||||
#define GPIO_NCS0 AT91C_PA11_NPCS0
|
||||
|
||||
#define GPIO_MISO AT91C_PA12_MISO
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue