How to use Sensor Processing Engine (SPE) in Xavier NX

I’m testing the GPIO function of Xavier NX’s SPE, and the introduction in the documentation confuses me, “Short GPIO pins of the 40 pin header J12 pin 15 and pin 27, this should print out “GPIO input irq triggered” message”, this message where is the output from?

https://docs.nvidia.com/jetson/archives/spe-archived/spe-3261/md__home_dipeAp_rel-32-new_rt-aux-cpu-demo_delete_gmc4_32_85_public_l4t-rt_rt-aux-cpu-demo_doc_gpio.html#autotoc_md20

Hello, caiweidon:
The message comes from gpio test program, refer to ./l4t-rt/rt-aux-cpu-demo/app/gpio-app.c for details.
The message will output to debug UART port.
You can check Tegra Combined UART Demuxer at GitHub - NVIDIA/python-jetson: Python utilities for NVIDIA Jetson to get details about debug message demuxer, and SPE is included.

br
ChenJian

Thank you very much for your answer, your answer is very useful to me.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.