User Activity

Hi,In gpio.c file the order of operations is first writing to a pin/port and after that defining the pin.All MCU pins are defined to input low by default. So writing GPIO_PIN_SET to a pin that is input before we set it to be an output PP seems like a...
I am not able to find proper examples and/or documentation on how to add RAFL to my project.Looking into the rfal.chm file in RFAL there is an example but it does not work for me ?When I am looking in X-CUBE-NFC5.chm there should 4 examples but its e...
Hi,I have created in the past several custom bootloaders with KEIL and IAR for STM32F2,F4 and F7I am now working on the WB55 with Atollic 9.3 I have a boot loader skeleton, a running application each running as stand alone without issues.I have set t...
My project consists of two STM32WB A master and a slave. The master will run the p2pRrouter example with some modifications and the slave will run the p2pServer preferably with two connections.both Master and slave needs to communicate with each othe...