2021-02-28 02:33 AM
2021-02-28 05:44 AM
Hi @one V,
for MX_AZRTOS_Init() & MX_AZRTOS_Process() you'll need to unselect the "Generate Code" check box. If you don't want to generate them.
regards
Haithem.
2021-03-02 07:15 PM
Are you sure? I tried but it didn't work.
2021-03-03 12:45 AM
Hello @one V
Thank you for raising this issue to our attention, the Do not generate Function Call problem was detected with all packs.
I have reproduce it, sorry for any inconvenience this may have caused, issue will be fixed.
Khouloud
2021-03-03 08:41 AM
yes it works.
with the "Generate Code enabled"
without the "Generate Code" option
regards
2021-03-04 01:37 AM
This seems to be wrong. If you do not check "generate code", the corresponding code should not be generated. For example, if you do not check USART3, there will be no code such as MX_USART3_UART_Init in usart.c. And "Do Not Generate Function Call" refers to the code that does not generate related calls in main.c.
2021-03-09 02:31 AM
In addition, tx_initialize_low_level.S generated by CUbeMX is not suitable for MDK to use, and some errors occur when directly compiling. You may not have tested it well before you release it. I look forward to your improvements as soon as possible so that everyone can use threadx.