Hi everyone,
It looks like there is a bug in GZP host example.There is a function gzp_host_chip_id_read where flash is accessed at GZP_PARAMS_STORAGE_ADR. But there is no c array or a separate section in .ld file. So when built and run it is trying to access this address which is actually code section in the example. Is this true or I'm missing something?
Thanks!