2014-04-22 01:33 AM
Hello,
STM32FCube changes the API to many calls, e.g. SD_Init(void) to HAL_SD_Init(SD_HandleTypeDef *hsd, HAL_SD_CardInfoTypedef *SDCardInfo), if I understand things right. This need substantial effort to port old code to the new API. Will the peripheral libs still see maintances updates or do we have to migrate?2014-04-22 01:45 AM
> Will the peripheral libs still see maintances updates
No, they are discontinued in favour of the ''Cube''. > or do we have to migrate? Either that, or you drop the ''library'' thing altogether and work directly at the registers level. JW2014-04-22 07:48 AM
Will the peripheral libs still see maintenance updates or do we have to migrate?
Unless the code gets bit-rot, or you can't fix the odd bug, migration would seem to present more issues with testing and regression than it solves.2014-04-22 01:23 PM
Hi, I am in this boat as well. I am looking for the older libs especially for
stm32f4xx_fmc
and not any of the FSMC items, because the Cube doesn't seem to have everything defined in regards to the NAND, or I am missing the boat!....hmmmm Can someone point me to the place for the NON-Cube files? Thanks2014-04-22 01:58 PM
Can someone point me to the place for the NON-Cube files?
Not particularly up to date[DEAD LINK /public/STe2ecommunities/mcu/Lists/cortex_mx_stm32/Flat.aspx?RootFolder=/public/STe2ecommunities/mcu/Lists/cortex_mx_stm32/STM32%20Legacy%20Firmware%20Libraries&FolderCTID=0x01200200770978C69A1141439FE559EB459D7580009C4E14902C3CDE46A77F0FFD06506F5B&TopicsView=https://my.st.com/public/STe2ecommunities/mcu/Lists/cortex_mx_stm32/AllItems.aspx¤tviews=7321]https://my.st.com/public/STe2ecommunities/mcu/Lists/cortex_mx_stm32/Flat.aspx?RootFolder=%2fpublic%2fSTe2ecommunities%2fmcu%2fLists%2fcortex_mx_stm32%2fSTM32%20Legacy%20Firmware%20Libraries&FolderCTID=0x01200200770978C69A1141439FE559EB459D7580009C4E14902C3CDE46A77F0FFD06506F5B&TopicsView=https%3A%2F%2Fmy.st.com%2Fpublic%2FSTe2ecommunities%2Fmcu%2FLists%2Fcortex_mx_stm32%2FAllItems.aspx¤tviews=7321 I do have my own archives, including the older DSP and STM32F4-DISCO releases.