no-OS icon indicating copy to clipboard operation
no-OS copied to clipboard

EXTI config for maxim, aducm3029 needs additional API call compared to stm32

Open buha opened this issue 11 months ago • 0 comments

As the title says, EXTI config for maxim and aducm3029 needs an additional no_os_gpio_direction_input() call compared to stm32 which does this in the HAL generated code, as specified in the .ioc.

Now there are 2 solutions which we should discuss here:

  1. Automatically perform this call for aducm3029 and maxim (and possibly others?) by adding this new feature.
  2. I'd argue that setting the GPIO as input is normal for any EXTI on any platform and probably there is no harm in recommending performing the step for stm32 too, but this has to be tested.

buha avatar Jan 28 '25 07:01 buha