Search found 2 matches
- Thu Mar 29, 2018 1:22 am
- Forum: MicroPython pyboard
- Topic: Controlling Slew Rate of GPIO
- Replies: 13
- Views: 11312
Re: Controlling Slew Rate of GPIO
Thanks for the excellent reply Dave. I look forward to trying this when I am back in front of the hardware tomorrow.
- Wed Mar 28, 2018 10:29 pm
- Forum: MicroPython pyboard
- Topic: Controlling Slew Rate of GPIO
- Replies: 13
- Views: 11312
Controlling Slew Rate of GPIO
Is there any way (other than assembler) to slow down the slew rate on GPIO (specifically the clock on the SPI bus). The GPIO_InitStructure.GPIO_Speed register allows for the following options GPIO_Speed_2MHz /*!< Low speed */ GPIO_Speed_25MHz /*!< Medium speed */ GPIO_Speed_50MHz /*!< Fast speed */ ...