WICED using old HAL layer

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
lock attach
Attachments are accessible only for community members.
sugac_3385211
Level 3
Level 3
5 likes given First like given

Hi,

We just started working on STM32F412,and we want to use our existing IAR project on STM32F411, which does not has wifi.

STM32F412 has both wifi and BT. So now we are porting our old project to WICED.

It turns out that latest WICED is using old version of HAL than that used in our existing project,Hence we wanted to know is

there any plan to upgrade HAL in future WICED release ?

Attached the libraries,

Old :   libraries.7z

New : STM32F4xx_HAL_Driver.7z

Thanks,

Suresh

0 Likes
1 Solution
GauravS_31
Moderator
Moderator
Moderator
10 questions asked 250 solutions authored 250 sign-ins

Unfortunately there is no plan to upgrade the HAL layer in WICED as it would involve significant engineering effort to do so across several platforms.

View solution in original post

2 Replies
GauravS_31
Moderator
Moderator
Moderator
10 questions asked 250 solutions authored 250 sign-ins

Unfortunately there is no plan to upgrade the HAL layer in WICED as it would involve significant engineering effort to do so across several platforms.

The latest STM32F4xx Standard Peripherals Drivers does not change a lot.

It mainly adds support for new STM32F413xx and STM32F423xx devices.

If WICED want to add support for STM32F413xx and STM32F423xx devices, you will have to upgrade the peripherals drivers anyway.

0 Likes