2017-12-08 10:54 PM
Hi every body!
I see some STM32H7 MCUs have been available on market right now so are the StdPerioherals drivers available and compatible with IAR?
Thanks in advance!
2017-12-09 02:43 AM
No, SPL are deprecated and they are not and they won't be available for the newer STM32 families.
Use Cube, either HAL or LL.
JW
2017-12-09 05:43 AM
Why SPL are
deprecated , I think SPL is the most reliable drivers near to LL drivers so many developers depend on them rather than the very generic HAL or Cube.
Is the CMSIS available so I can develop drivers on IAR, does IAR version 7.x compatible with STM32H7?
2017-12-09 07:05 AM
ST has decided to go in a different direction. Yes, the SPL was very solid and reliable.
2017-12-09 08:14 AM
So they decided to deprecate their most reliable drivers!! CubeMx can't even be compared to SPL and can't replace it, actually they are different and SPL was the only near reliable one to LL drivers which doesn't waste memory and can be easily optimized. Now I will try to build LL drivers for the whole peripherals I use or use another MCU.
2017-12-09 10:59 AM
>>..or use another MCU.
This was pointed out as a potential outcome to forcing people to change everything they are currently doing, and that anger is a strong motivator to pick anyone else.
2017-12-09 04:16 PM
Although check carefully that any alternative vendor's libraries meet your requirements and aren't just as 'bad' ...
>:(