Page 2 of 2

Re: STM32L462 Looks Interesting  Topic is solved

Posted: Tue Aug 01, 2017 7:05 am
by RoccoMarco
Hi,
I have been busy... I will add port ASAP

Re: STM32L462 Looks Interesting

Posted: Tue Oct 09, 2018 10:56 am
by avrhack
I note that whilst the L432 has appeared in the stm32_registry, there's still no support for the L462.

What do I need to do to get this support into ChibiOS?

Re: STM32L462 Looks Interesting

Posted: Tue Oct 09, 2018 11:18 am
by Giovanni
Hi,

You need to add an entry in the registry file and add checks to hal_lld.h. It is very similar to 432 so it should work without other changes.

Giovanni

Re: STM32L462 Looks Interesting

Posted: Tue Oct 09, 2018 12:58 pm
by avrhack
Giovanni wrote:Hi,

You need to add an entry in the registry file and add checks to hal_lld.h. It is very similar to 432 so it should work without other changes.

Giovanni


Will do. Presumably I’ll then send you what I’ve done for incorporation into future updates to the HAL?

Re: STM32L462 Looks Interesting

Posted: Tue Oct 09, 2018 3:26 pm
by Giovanni
Sure, follow the patterns.

Giovanni