-
Notifications
You must be signed in to change notification settings - Fork 1k
Enhance GPIO usage using LL #274
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Just an idea: In the Marlin STM32 HAL we used the register access to speed up the GPIO operations: For that we had to populate a pin mapping. Maybe the enhancement of the GPIO functionality could make this easier by providing such a mapping? |
The link to the 2nd fille doesn't work. Should be:
https://github.com/MarlinFirmware/Marlin/blob/bugfix-2.0.x/Marlin/src/HAL/HAL_STM32/fastio_STM32.cpp
…On Fri, Nov 2, 2018 at 8:27 AM Nils Hasenbanck ***@***.***> wrote:
Just an idea: In the Marlin STM32 HAL we used the register access to speed
up the GPIO operations:
https://github.com/MarlinFirmware/Marlin/blob/bugfix-2.0.x/Marlin/src/HAL/HAL_STM32/fastio_STM32.h
https://github.com/MarlinFirmware/Marlin/blob/bugfix-2.0.x/Marlin/src/HAL/HAL_STM32/fastio_STM32.c
For that we had to populate a pin mapping. Maybe the enhancement of the
GPIO functionality could make this easier by providing such a mapping?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#274 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AQ8NJITjUGHzdTZR1L1UU07rmumqOapPks5uq_PTgaJpZM4U8ntA>
.
|
Upps, yeah. Corrected. Was just programming C stuff and brain got a blackout. |
I've made a first try about this issue, see #368 |
Using LL instead of HAL will increase GPIO access.
The text was updated successfully, but these errors were encountered: