Part Number: AM5716
Other Parts Discussed in Thread: SYSBIOS
Tool/software: TI-RTOS
Hi
I'm actually trying to manually configure the pin mux setting for some peripherals on the idkAM5718.
For this I watched at the code within the BOARD_init() function, especially Board_pinmuxConfig().
There some IO pads are configured with Slewcontrol = SLOW.
In the TRM (SPRUHZ7E , page 4121) I found this note:
===============================================
The default SLEWCONTROL settings in each pad configuration register must be used to
guarantee timings, unless specific instructions otherwise are given in the individual timing
sub-sections of the device Data Manual. The only exception is when the MUXMODE is
configured to select a vout*_* signal. In this case the corresponding SLEWCONTROL bit
must be configured to slow slew instead of the default fast slew.
===============================================
The Data manual (SPRS957D) does not say anything about setting the slew rate except for
vout*_* signals.
The pads that are configured as "SLOW" by Board_pinmuxConfig() are *not* from these types.
So why does Board_pinmuxConfig() configure SLOW slew rate while the TRM and data manual
specify to use default ("FAST") slew rate ?
I'm using PDK V1.0.6 and SYSBIOS 6.46.04.53
Regards,
Markus