Toggling GPIO with PRU GPO¶
Overview¶
TODO
Prerequisites¶
- It is highly recommended that you run through the PRU_example_CCS_load before starting this example. The hello world example will provide a foundation for PRU code development.
- Download and install Code Composer Studio
- Clone the PRU Software Support Package
$ git clone https://git.ti.com/git/pru-software-support-package/pru-software-support-package.git
Reference¶
- https://e2e.ti.com/support/processors-group/processors/f/processors-forum/1480168/processor-sdk-am62x-how-to-toggle-gpio-pin-by-pru-with-mcu-sdk/5684276#5684276
- https://e2e.ti.com/support/processors-group/processors/f/processors-forum/1269989/faq-what-is-a-pru-core-why-are-pru-gpio-signals-different-from-regular-gpios
- https://software-dl.ti.com/processor-sdk-linux/esd/AM62X/11_00_09_04/exports/docs/common/PRU-ICSS/PRU-Hands-on-Labs.html#lab-1-toggle-led-with-pru-gpo
- https://www.criticallink.com/wp-content/uploads/MitySOM-AM62_Datasheet.pdf
- https://www.google.com/url?sa=t&source=web&rct=j&opi=89978449&url=https://e2e.ti.com/cfs-file/__key/communityserver-discussions-components-files/791/spruiv7b-noRegisters.pdf&ved=2ahUKEwi5kqD86KONAxXUD1kFHWGiCIoQFnoECAsQAQ&usg=AOvVaw2XysNdQ0_1tngpxq8tIy0Q
Setup¶
- The following material will be needed to complete this example
- MitySOM-AM62x
- MitySOM-AM62x Dev Board
- XDS200 Debug Probe
- Digital Multimeter
- Male to male header wire
Complete Setup
GPIO Expansion Close Up
GPIO Expansion Close Up
Insert the male to male header wire into pin 3
Create A CCS Project¶
TODO
Device Tree Modifications¶
TODO
Create and Launch Target Configuration¶
TODO
Go to top