Re: Default LED Pin for STM32 min dev board
Erwan Gouriou
Hi, So, actually, what you request is a revert of https://github.com/zephyrproject-rtos/zephyr/pull/11736, which was fixing LED pinmux from PB12 to PC13, thought which missed doc update. As you mention, there are actually two versions of that board, one based on stm32f103C8 using PC13 and the other one based on stm32f103C6 (led on PB12), which appears to be a "fake/alternate" one.(https://embeddedtronicsblog.wordpress.com/2018/12/29/fake-stm32-blue-pill-boards/) So, since the board version in zephyr today is based on stm32f103C8, it makes sense to keep LED on PC13. But, it would be nice to get the doc updated at least. Erwan
On Mon, 11 Mar 2019 at 17:18, Eghonghon Eigbe <E.Eigbe@...> wrote:
|
|