Yes.Already solved.I used wrong attribute __attribute__( ( section( "NoInit")) ) ;But now is __attribute__( ( section( "NoInit"),zero_init) ) ;This prevents my huge arrays from initializing.So my resume is like this: if you need fast start up then be...
Well. I made two versions: with HAL and without. The version without HAL starts 5ms faster.But... People!Really strange things I discovered.The startup time magically depends on the program size.How I measured it.I have two channel oscilloscope conne...