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...
It appears the below is required. The buffer is never released which causes the failure experienced in this thread. void TL_TRACES_EvtReceived( TL_EvtPacket_t * hcievt )
{
#if(CFG_DEBUG_TRACE != 0)
/* Call write/print function using DMA from dbg...
I don't see any HW_IPCC_Tx_Handler() calls after both the BLE and OT stacks are activated. I have a thread that attempts to do a BLE advertisement every 33 seconds. This works but once "connected" via the ST BLE Toolbox app, I don't see any character...
Going through the M0 firmware revisions, I saw this comment for v17.1 which makes me think there might potentially be another uncaught bug. However, it's just speculation on my end but it's moments like these that I wish I had access to the source co...
After some testing, I found that I can trigger BLE advertisements via a remote OpenThread device and a Coap server running on my problem device. The problem device is able to advertise but services fail to be discovered (i.e., BLE_UserEvtRx never get...