2019-10-29 01:29 AM
Hi.
I just bought the STM32303E-EVAL evaluation board. I want to inspect parts of it's demonstration firmware code. I only can find source code for the STM32303C-EVAL firmware (STSW-STM32124) , so where can I find the source code for the STM32303E-EVAL evaluation board demonstration firmware (is it the same/compatible)?
BR Terje Bøhler
2019-10-29 01:42 AM
Some of the SPL era stuff didnt have source. For newer stuff look at the demo code for the board in the CubeF3 HAL example trees.
Local FAE may have access to demo sources.
2019-10-31 03:53 AM
Thanks, some more Q's follows:
What is "SPL era stuff"?
It seems like the STSW-STM32124 compiled OK (setting my MCU-device to STM32F303E... in my Keil uV5 IDE). Can I use that?
Is the CubeF3 HAL better?
Is the CubeF3 HAL newer?
BR Terje