User Activity

My solution have more than one project, each project program in different address. exp: bootloader(0x08000000, 64K) application(0x08010000. 448K).How can create an hex or bin with these two ?
I have set the data length as variable. The code generate in custom_stm.c also aci_gatt_add_char as CHAR_VALUE_LEN_VARIABLE. But in the Custom_STM_App_Update_char function, it always sent and static const charValueLen.I fix it by cloning Custom_STM_A...
When I download The ST25 embedded NFC library (STSW-ST25R-LIB) , I get an zip file.Only one file inside, "ST25NFCEmbeddedLibSrc_ST25R95_1.3.0.exe".I got an execute file ? The Software Type is "Source code"? STM32CubeIDE support MAC OS, but library do...
  I have a device (base on STM32F030C8). Which use I2C to connect ESP32. we think maybe NFC is suit to it (for simple version) . So I buy a ST25DV_Discovery board to study how to import it.(It's NFC board also use I2C)Use a ST25DV_DIscovery board. Us...