STM32F103ZET6程序烧录后,程序没有执行,platformio-ini需要添加哪些

{696FD3A7-F917-46fe-8AB0-84C43AFFFE4D}

Please let us know your question in English and post code, logs etc. as pre-formatted text instead of an image.

My program cannot be executed after being burned,Is there a lack of configuration?

[env:genericSTM32F103ZE]
platform = ststm32
board = genericSTM32F103ZE
framework = stm32cube
upload_protocol = stlink
debug_tool = stlink
build_flags = -u_printf_float,-u_scanf_float
             

              
[platformio]
src_dir =Core\Src
include_dir =Core\Inc

What makes you think that your programme cannot be executed?
Do you have any error messages or something else?

Please provide more detailed informations.

This looks a bit weird to me.
Why do you have this??