Ask questions and find answers on connectivity ICs, focusing on protocols and I2C challenges on STM32 Nucleo boards and BlueNRG products.
Hey there community, I am trying to set up a active NFCIP-1 communication between two ST25R3911B chips (X-Nucleo-NFC05A1 Board).I was able to get the communication running without the library (because I can not use it in the following project), in ab...
Hello We're using BlueNRG-2 VTimer to be RTC for wake-up the system when it's in sleeping mode.when we set the timer 10mins, it still wake-up the the system every 15 sec.HAL_VTimerStart_ms(0, 600000);But I don't turn on the other timer such as 1 or 2...
Hi, We are currently using the BlueNRG-2 with GNU ARM GCC to compile and run everything. We based our projects on CMake and GNU GCC toolchain to build by using the examples for the Atollic IDE (eg. the linker script, etc). We are now evaluating the B...
Recently I started to use the BlueNRG-LP,and I choosed BlueNRG345AC。I designed a PCB based on the STEVAL-IDB011V1. I try to run some example code on my design with KEIL MDK-ARM.It just totally dosn't work.the debugger is CMSIS-DAP,and I found everyti...
Hello, back in April in repsonse to a support question about developing a BLE project we were pointed to use a BLUENRG-M2SP board (along with a Nucleo-L476RG). These arrived and we were able to get the android app working where we can see the RSSI ch...
The S2-LP DK package comes with pre-compiled binarys that are used with the GUI application(S2LP_CLI_NUCLEO_L0.hex/ bin). Is the source code available for this CLI? I want to port this to my custom board (containing a STM32G microcontroller), so I ca...
NVM memory read/write CLI utility for STUSBxxxxDescription:Command-line interface utility to program the NVM memory of STUSBxxx products.Thanks to this tool, you can easily automate the process of flashing several devices.It requires a STM32 Nucleo b...
I am trying to erase a particular flash memory area on BlueNRG-2.here i am getting two library function void FLASH_ErasePage(uint16_t PageNumber) :- where i can erase a page . void FLASH_EraseAllFlash(void):- where i can erase all the flash area. B...
Hi guys. A quick question regarding the swd and debugging on the BlueNRG-M2 module.I have made a little breakout pcb board according to the datasheet: VDD and GND are connected to 3.3V.SWD pins DIO9 and DIO10 har connected to a JLINK (Base Segger), w...