Page 1 of 1

Handling differences in ST EXTI header for STM32L4XXP  Topic is solved

Posted: Mon Mar 11, 2019 2:28 am
by FXCoder
In GPIOv3 the L4+ series as well as the L4 needs to have its EXTI register names defined.

Line 34 of hal_pal_lld.c to become...

Code: Select all

#if defined(STM32L4XX) || defined(STM32L4XXP)

--
Bob

Re: Handling differences in ST EXTI header for STM32L4XXP

Posted: Sat Mar 16, 2019 4:47 pm
by Giovanni
Hi,

Fixed as bug #1020.

Giovanni