![Ronetix PEEDI User Manual Download Page 131](http://html1.mh-extra.com/html/ronetix/peedi/peedi_user-manual_1485040131.webp)
Using PEEDI
memory management tlbc 0 0 127 ; clear all TLB0 entries
memory management tlbc 1 0 127 ; clear all TLB1 entries
memory test
Syntax:
memory test ADDRESS LENGTH | [STEP COUNT]
Description:
Test target RAM region.
Test 32-bytes target RAM with given ’step’ and ’count’
Argument:
ADDRESS
- beginning of memory region
LENGTH
- length of memory region
STEP
- incrementing address step
COUNT
- number of incrementing steps
Example:
memory test 0x100000 1024
; Test first 32 bytes of every 8KB from 512MB total memory
memory test 0x20000000 8192 1024*1024*512/8
flash
Syntax:
flash SUBCOMMAND
Description:
Manage target FLASH. Subcommand must be provided.
Argument:
SUBCOMMAND
- subcommand specifying the FLASH operation
Example:
flash erase
PEEDI User’s Manual
131