Adding project files in WICED

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

cross mob
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.

Can you please suggest the best pace to place our project files in wiced sdk ?

Thanks,

Suresh

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

The application project folder containing the source and makefile is placed in the apps directory in WICED. You can simply copy and paste your project files and folders in the project explorer window in eclipse.

View solution in original post

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

The application project folder containing the source and makefile is placed in the apps directory in WICED. You can simply copy and paste your project files and folders in the project explorer window in eclipse.

0 Likes