X-Cube-AWS: Couldn't port the NUCLEO-H755 aws_demo project to STM32H747-DISCO board
Hello everyone,
I want to connect my STM32H747-Disco board to my AWS IoT services and the AWS S3.
I've attempted to do it with minimal changes with the aws_Demo application project from the X-CUBE-AWS V2.2.0 expansion package:
- First try: I've just followed Appendix 2 of the getting started guide(UM2178), but when I drop the SBSFU_NUCLEO-H755ZI_aws_demos_CM7.bin to the device's folder I see nothing on the UART console, therefore I moved to my second try.
- Second try: I've suspected that something with the secure core/boot/firmware is not compatible, therefore I've tried to build them with some minor project's symbols change (like STM32H755xx changed to STM32H747xx), they all have been built successfully. After building the SBSFU, I found in the readme.txt:
1. Compile projects in the following order. This is mandatory as each project requests some objects generated by the
compilation of the previous one:
- 2_Images_SECoreBin (see also SECoreBin/readme.txt)
- 2_Images_SBSFU
- 2_Images_UserApp (see also UserApp/readme.txt)I couldn't understand what is the UserApp (I guessed it the aws_demo app), so I've downloaded the X-Cube-SBSFU package, and still couldn't make it boot...
Conclusion:
I could not find any STM32H747-DISCO example of those 2 packages, and couldn't make it boot (nothing on the UART console). What have I done wrong? Is it even possible to port some of those examples to the STM32H747/757 DISCO/EVAL boards?
Thanks in advance for everybody.
