User Activity

Hello, I have a custom board with the F413ZH controller on it. For retaining RTC information after power loss, I have connected a 3.3V coin cell and a 32.768 khz crystal on LSE. However, I am facing issues with the Backup registers on the software si...
I have the X-Nucleo-NFC30A1 with the Cr95HF chip. My question is: Is the Listen Mode supported for Type A tags?I used the X-Cube-NFC3 v2.0.0 and managed to get the Tag Detector working. But I am trying to implement the Listen Mode and am facing probl...
Hello,I have been looking to read almost 200 different Extended CAN Ids on any of the CAN equipped STM32 MCUs. Speed in 1Mbps on CAN. Currently, I am working with ID list mode using all 28 filters and switching between CAN Ids as required. But I am f...
Hello,I am working with X-Cube-NFC3 (V2.0.0) for source code. Using one of the projects built for F401RE, I setup a project wherein:I mapped each pin according to various User manualsTo test the pinout mapping, I wrote a simple code to check if User ...
Hello, I am getting acquainted with FreeRTOS using HAL Libraries. For that I have created two tasks, Task 1 and Task 2 and am simply printing "Task 1" and "Task 2" over a UART. If I build the project from scratch, then I get the text, data, bss sizes...