*** Please note that this reply is generated by LLM automatically ***
I’d be happy to help clarify the PWM support on the Jetson Orin Nano Developer Kit.
Firstly, the SPE Developer Guide mentions that PWM is a supported peripheral from the AON Cluster, but the list of supported features by platform does not have PWM. This implies that while the hardware supports PWM, the software support for PWM driver is not currently available on the SPE.
The Orin TRM (Technical Reference Manual) provides more insight into the PWM controller instances. It states that PWM4 is used for fan control and is always active via AON, while the other PWM instances (1, 3, 5, 8) are not active on low power mode. This suggests that PWM instances 1, 3, 5, 8 can be used from the AON Cluster after disabling them in the CCPLEX.
However, it’s essential to note that the PWM controller instances have specific frequency ranges. According to the Orin TRM, the PWM frequency range is programmable, with a maximum frequency of 48 MHz. The PWM controller can be programmed to divide the device clock by 256 before subdividing it based on a programmable value. The frequency division is a 13-bit programmable value, and pulse division is an 8-bit value.
To answer your question, the PWM frequency range that can be supported is from a minimum of (device clock frequency / 256) / 2^13 to a maximum of 48 MHz. However, the exact minimum frequency is not specified in the provided documentation.
In comparison, the Jetson Orin NX has four PWM outputs, each with a programmable frequency divider and pulse width generator. The PWM controller supports one PWM output for each of its four instances, with each instance allocated a 64 KB independent address space.
In summary, while the Jetson Orin Nano Developer Kit’s SPE does not currently have software support for PWM driver, the hardware supports PWM, and PWM instances 1, 3, 5, 8 can be used from the AON Cluster after disabling them in the CCPLEX. The PWM frequency range is programmable, with a maximum frequency of 48 MHz.
I hope this clarification helps, Sundar!
*** Please give the thumbs up if you get answers you like. Or provide feedback to help us improve the answer. ***