Page 1 of 1

mcuconf.h for STM32L496 (and others ...)  Topic is solved

Posted: Mon Mar 19, 2018 8:07 pm
by faisal
mcuconf.h is quite complicated and we don't have a template to build it with yet. So, it would be useful to have example mcuconf.h files for each supported processor in hal_lld.h.

I'm currently using the STM32L496, and it is supported in hal_lld.h, but I don't see any example mcuconf.h to use. hal_lld.h expects certain #defines for the L496 which aren't in the L476 demo projects, and it is tough tracking it down. Furthermore, it has more peripherals (like CAN2, I2C4) .. so we need an mcuconf.h with all the fields present.

Re: mcuconf.h for STM32L496 (and others ...)

Posted: Mon Mar 19, 2018 10:02 pm
by RoccoMarco
Hello there,
it is in the queue.

Re: mcuconf.h for STM32L496 (and others ...)

Posted: Tue Mar 20, 2018 12:50 am
by faisal
Thanks, looking forward to it.

Re: mcuconf.h for STM32L496 (and others ...)

Posted: Sat Jun 02, 2018 2:13 pm
by Giovanni
Hi,

Now there are generators for the mcuconf.h files, only some platforms but it will be eventually done for all others.

Giovanni

Re: mcuconf.h for STM32L496 (and others ...)

Posted: Wed Jun 27, 2018 4:43 pm
by faisal
Any update on when the mcuconf.h generators will be done? I see mcuconf_stm32f413xx, mcuconf_stm32h743xx in trunk, but nothing else.

Thanks.

Re: mcuconf.h for STM32L496 (and others ...)

Posted: Wed Jun 27, 2018 5:01 pm
by Giovanni
Next will be L4+ then others gradually, very old platforms may not receive it at all.

Giovanni