Chris
|
dc67b5d7c9
|
chg: revert fpga_major mode in LF.
chg: 'lf t55xx deviceconfig' - persistence to flashmem is now option with param P
|
2018-09-23 05:29:55 +02:00 |
|
Colin J. Brigato
|
368fe11df0
|
Second Pass rewrite of flashmem. added command 'mem spibaud' to switch between 24/48Mhz operation. All is more consistant, less messy. All logic rewrittent avoiding multiple flashinit/flashstop. busywait is now at it's lowest possible. Beware : 48Mhz is VERY buggy cause of sillicon bug (see source for more info), and doesn't give much more than 24Mhz for now since we doubled nearly every operation speed here.
|
2018-09-06 05:15:52 +02:00 |
|
Colin J. Brigato
|
8d673fa1bf
|
First pass rewrite of flashmem driver for optimization. Lot of changes here. Provides PoC of saving and recalling a tag in Standalone mode. Added some printing passthrough to client to azccomodate for vt100 eye-candyness. FastREAD mode implemented for flashmem, testable from client. Beta but functionnal. Reading the whole flash with 1Kb to 32kb buffers was ~730ms, now 380ms Max (even at 24Mhz spi baudrate)
|
2018-09-03 00:02:44 +02:00 |
|
iceman1001
|
021c0a1349
|
ADD: 'mem' commands. For RDV40 devices only.
If you don't have one, comment out inside client/Makefile this line
CFLAGS += -DWITH_FLASH
|
2018-05-03 12:15:03 +02:00 |
|
iceman1001
|
f5718fb448
|
chg: wiping / reading / writing flashmem
|
2018-04-20 16:11:10 +02:00 |
|
iceman1001
|
a746699f5f
|
chg: reading / writing flashmem works better now.
|
2018-04-19 00:27:44 +02:00 |
|
iceman1001
|
3d956e686b
|
chg: flashmem adaptions
|
2018-03-31 10:35:40 +02:00 |
|
iceman1001
|
fd1b86d607
|
ADD: flashmemory functionality for RDV40 Huge thanks to @willok !
|
2018-03-19 15:58:50 +01:00 |
|
iceman1001
|
d54c4d3e05
|
chg: SPI tests for flashmem on PA10. (aka pm3 evo) Peripheral B, fixed.
|
2018-02-20 12:03:11 +01:00 |
|
iceman1001
|
a21ab49f14
|
chg: moved flash mem config for spi into flashmem.c
chg: fpgasendcommand, now waits until command has been sent to fpga.
|
2018-02-18 10:35:36 +01:00 |
|
iceman1001
|
103e0b5191
|
chg: more tests
|
2018-02-15 09:19:13 +01:00 |
|
iceman1001
|
0495e93b6d
|
add: flash memory support
|
2018-02-13 14:12:28 +01:00 |
|