S2-LP EMC protection
Hello!Does the S2-LPQTR need a EMC protection on the Antenna (to protect RXp, RXn and TX)? I want to connect the Antenna with a SMA connector.
Ask questions and find answers on connectivity ICs, focusing on protocols and I2C challenges on STM32 Nucleo boards and BlueNRG products.
Hello!Does the S2-LPQTR need a EMC protection on the Antenna (to protect RXp, RXn and TX)? I want to connect the Antenna with a SMA connector.
I am trying to exchange data (str data) between two STM32 throughout Lora connectivity. Both STM32 has a lora module and the connection between them is working fine. Based on two functions:T_eError_eErrorType eDataPlane_eReceiveData_Cmd (uint32_t in_...
Hello,I've developed a custom board with STM32F446 and BLUENRG-M2SP, but I can't realize connection. I use the same code for X-NUCLEO-BNRG2A1, in particular X-CUBE-BLE2 Sample App and I've changed SPI pin. If I set the UserBoard mode as HCI_interface...
Communication with the chip BLUENRG-2N goes through SPI. When Chip Select GND, there is no interruption on IRQ line, all voltage and quartz are in order. Then I stitched through the SWD and the BlueNRG-1 ST-Link Utility program first with the BlueNRG...
I am trying to get the LwIP_TCP_Echo_Client example to work on my custom board.I never get past the HAL_ETH_GetReceivedFrame. /* get received frame */ if (HAL_ETH_GetReceivedFrame(&heth) != HAL_OK) return NULL;The board I am using has a STM32F429ZI...
hello, I"m trying to develop an application for LCD using stm32f407. the application requires graphical data that we are trying to save in external nor flash. the nor flash is connected to uC over FSMC interface .we are using stm32 cube ide for progr...
I have a BlueNRG2 firmware that includes critical application level encryption keys. It is flashed using the bootloader. If I activate the flash readout protection using the bootloader commands (0x82), is the flash protected from readout through SWD ...
Hello,How can i generate the BLE_SensorDemo Example "BLE_SensorDemo_Use_OTA_ServiceManager (with OTA ServiceManager).hex" using the BLE_SensorDemo example from STSW-BLUETILE-DK 1.3.0 with Atollic TrueSTUDIO?Thanks.
First I initialize it if(ISM43362_Init() == WIFI_STATUS_OK) { USART_SendString(SYS_USART, "WIFI INIT OK\r"); if(WIFI_GetMAC_Address(mac_addr) == WIFI_STATUS_OK) USART_SendString(SYS_USART, "MAC ADDRESS "); ...
I can't connect to STM32H7B3I on SEGGER or using JLink. Resetting option bytes on JLinkSTM32 fails. If there is somehow irreparable damage, could that have been due to me programming high or low frequencies (1-400 MHz) in the RCC? If not, what could ...