Gcc does not initialize the "FS_Desc" structure..
Hi, I'm installing USB VCP communication, I generated the project with CubeMx, my board is configured as a device and I loaded the virtual com port as a Class for FS IP.
It happens that by compiling the program with GCC (True Studio) the "FS_Desc" structure is not loaded into ram (all pointers are at 0) and consequently when trying to use this structure the program crashes (Hard Fault).
The same program compiled with Keil works perfectly ...
Does anyone have any idea what happens?
I attach the True Studio screenshot with the breakpoint where the crash occurs.

