Tool/software:
Hi sir,
I didn't find the API to configure GPIO pin as output low, could you help guide me how to do it?
Thanks,
Edware
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Tool/software:
Hi sir,
I didn't find the API to configure GPIO pin as output low, could you help guide me how to do it?
Thanks,
Edware
Hi Diego,
I think DL_GPIO_clearPins() is just for NOT output, right? My concern is that if our HW tight one GPIO pin to pull-up resistor, how could I set the pin to low. Can DL_GPIO_clearPins() do it?
Thanks,
Edware
Hi Edware,
When you set the Pin low, it will basically connected to VSS. So even if you put a pull-up resistor on it, as long as the I/O is used as an output, it will be low. For more information, please see the Userguide's Figure 9-1. Superset IO Slice.
Best Regards,
Diego Abad