User Activity

We are testing the app on a newer mobile and encountered this issue:Calling this function will cause the application to crash:mFtmCommands = new FtmCommands(mST25DVTag);The problem is in this procedure:private void setMaxTransmissionSize() { if (t...
But we need to increase the memory for CM4, so we modified the files STM32WL55CCUX_FLASH.ld:CM0PLUSFLASH (rx) : ORIGIN = 0x08030000, LENGTH = 64KCM4FLASH (rx) : ORIGIN = 0x08000000, LENGTH = 192KUnfortunately, it stopped working with this definition....