hi,
The share memory of demo in 1432 RSDK uses 160K HWA memory and 256K APPSS memory, and the remaining 96K FECSS memory is not allocated. When I tried to increase the length of HWASS_SHM_MEM to 512K, The part above 412K memory cannot be written.
as follows,
I tried to set FECSS to shared memory and initialize it, but there was an RFS Protocol error when the RF was powered on.
as follows,
Does FECSS memory need to be used by RF and cannot be used as shared memory? Or what other configuration do I need if I want to use it?