Skip to content

Commit 882c39d

Browse files
JianyuWang0623xiaoxiang781216
authored andcommitted
Documentation/szpi-esp32s3: Add doc for PSRAM
Basic NuttShell configuration console and PSRAM enabled. Signed-off-by: wangjianyu3 <[email protected]>
1 parent 847133c commit 882c39d

File tree

1 file changed

+22
-0
lines changed
  • Documentation/platforms/xtensa/esp32s3/boards/lckfb-szpi-esp32s3

1 file changed

+22
-0
lines changed

Documentation/platforms/xtensa/esp32s3/boards/lckfb-szpi-esp32s3/index.rst

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -275,3 +275,25 @@ Then test LEDC(PWM) with pin42(backlight of LCD)::
275275
nsh> pwm -d 0
276276
pwm_main: starting output with frequency: 100 duty: 00000000
277277
pwm_main: stopping output
278+
279+
psram
280+
-----
281+
282+
Basic NuttShell configuration console and PSRAM(Pseudo Static Random Access Memory) enabled.
283+
284+
You can run the configuration and compilation procedure::
285+
286+
$ ./tools/configure.sh lckfb-szpi-esp32s3:psram
287+
$ make flash -j$(nproc) ESPTOOL_PORT=/dev/ttyUSB0
288+
289+
Then comparing memory size with the basic "nsh" config::
290+
291+
# lckfb-szpi-esp32s3:nsh
292+
nsh> free
293+
total used free maxused maxfree nused nfree name
294+
332948 161500 171448 178280 171448 39 1 Umem
295+
296+
# lckfb-szpi-esp32s3:psram
297+
nsh> free
298+
total used free maxused maxfree nused nfree name
299+
8785268 161516 8623752 161888 8388592 41 2 Umem

0 commit comments

Comments
 (0)