NETMF / llilum

Development Platform for MSIL and UWP apps targeting Micro Controllers. Part of the .NET Micro Framework family.
Other
159 stars 52 forks source link

simpledemo fails on STM32L152RET6 #203

Closed ghost closed 8 years ago

ghost commented 8 years ago

i am trying to use the STM32L152 BSP on STM32 Nucleo for L1 series board (STM32L152RET6 64 Pins) with no success, the resulting binary does not deliver the expecting output should it work out of the box?

Program.zip

smaillet-ms commented 8 years ago

No, the "B" in BSP is for Board and therefore is specific to a particular board. The current BSPs are unfortunately named (mostly based on the SOC in them). This is something I plan to change once I complete the shift to building and using BSP components as NUGET packages. Until then you will need to follow the steps in the wiki to clone and modify the current BSP to match the board you are using.

ghost commented 8 years ago

i understand, thank you