User Activity

Hello,We've recently got our hands on 2TB SD Cards and discovered limitations with the FileX library provided through Cube. When mounting systems with exFAT using the provided FileX library, the bitmap is initialized by opening the volume and then ca...
Hello,I have a relatively simple program where I am trying to go into stop 0 mode while my ADF uses GPDMA to fill a circular buffer with callbacks triggered at half and full (i.e., double buffering). The goal is to go to stop 0 mode between callbacks...
I am using an STM32WB30 MCU and am using a modified version of the BLE P2P example where my device is a client connecting to a BLE server that is always advertising. My device goes into a scanning procedure when a button is pressed, connects to the B...
I created a custom application using the code from the BLE_THREAD_DYN example and the v10.0 FW BLE_THREAD_DYN stack. The BLE works fine but the thread stack goes down after a few minutes. The main differences between my code and the example is that I...
The code in question is below. You can see that each of the characteristic handles have an integer added to them prior to the comparison (i.e., + 2, + 5, +1). Why? case EVT_BLUE_GATT_ATTRIBUTE_MODIFIED: { attribute_modified = (aci_g...
Kudos from