2021-05-31 01:11 AM
I have a STM32H755 board, and it works with cube AWS expansion.
https://www.st.com/en/embedded-software/x-cube-aws.html
Now I want port all the AWS related code to my customize board which based on STM32H7B3 (I only need the CM7 parts). But I found the cubeMx expansion code is very different with the code generated for CubeMX.
May I know what is the best way to get the AWS IoT working on a different EVK board rather than STM32H755?
Thanks
Ivan
2021-06-01 06:48 AM
The X-CUBE-AWS application examples are composed of 3 parts, in addition to the FreeRTOS code which does not depend on the target:
Each of those parts must be adapted to run on a new target.
Regarding the user application project file, I would start from a CubeMX-generated project for your target, and proceed by manual comparison and copy/paste from the X-CUBE-AWS application example, with a specific attention to the post-build commands.