User Activity

We've slightly modified your app ST25NFC to query our ST25DV device. It sends some measured values via NFC using MailBox (FTM). From the app, we send the same query repeatedly (cca 2 sec), and the device's response varies slightly (the value, not the...
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....
Kudos given to