2024-12-01 04:59 PM
Hello STM-Guys,
There's a bug in X-CUBE-AZRTOS-H7 V3.3.0, which affects the memory assignment.
I declared the following memory assignment:
This generates the attached "STM32H723ZGTX_FLASH.rar" file. The memory declarations are in the file, but those are not used in the generated code file "app_azure_rtos.c." Not only is it not used for the "Tx_Pool_Buffer" and "Fx_Pool_Buffer" declarations, but it's also wrong for the "NX_Pool_Buffer" declarations.
I don't even want to discuss the format of the linker script file; it's absolutely messy. The indentations are off, and nothing is in any order.