Interface and connectivity ICs

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

BlueNRG-2 IRQ problem

Hi,I have a custom PCB based on STM32L4R9 with a SPI interface to BlueNRG-2 flashed with DTM SPI (2.1f stack). I use X-CUBE-BLE2.I'm able to communicate with the module such as retrieve firmware details, start and stop tones. The problem I'm seeing i...

CBras by Associate
  • 595 Views
  • 0 replies
  • 0 kudos

STHV series evaluation board and chips

Hi,I notice that the STHV series chips have T/R switch in it, but I wonder if the evaluation board can receive the echo signals? Then, if I want to develop a PCB board with STHV series chips, do I need to add a waveform generator before STHV chips?...

SWang.18 by Associate
  • 554 Views
  • 0 replies
  • 0 kudos

How to bootstrap profile to eSIM chip

Hello,I'm from Viet Nam,I am currently working on a project to use eSIMs for electronic meters.Can you show me how to bootstrap VNPT's profile to your eSIM chip? (VNPT is a major telecommunications corporation in Vietnam)Best Regard!

TChu.5 by Associate
  • 866 Views
  • 1 replies
  • 1 kudos

I purchased the STUSB4500QTR and actually operated it. After assembling the electronic board, I dumped the default contents of the register and it became as shown in [1A] below. Next, when I purchased parts from a new lot during mass production and assemb

*********************************************************************************(Contents of register [1A])0xC0: 0x00 0x00 0xB0 0xAA 0x00 0x45 0x00 0x00 0xC8: 0x10 0x40 0x9C 0x1C 0xF0 0x01 0x00 0xDF 0xD0: 0x02 0x40 0x0F 0x00 0x32 0x00 0xFC 0xF1 0xD8...

ODais.1 by Associate
  • 740 Views
  • 0 replies
  • 0 kudos

Hi I am implementing a nrf24l01 driver with the use of stm32F4 the SPI transmit and receive works with the polling method yet not with DMA method.I already configured the DMA on cube mx and IAR WORKBENCH this is the code part i put the dma as cmnt

//3. Read single byte from a registeruint8_t NRF24_read_register(uint8_t reg){   uint8_t spiBuf[3];   uint8_t retData;   //Put CSN low   NRF24_csn(0);   //Transmit register address   spiBuf[0] = reg&0x1F;   HAL_SPI_Transmit(&nrf24_hspi, spiBuf, 1, 10...

atoua.1 by Associate
  • 705 Views
  • 0 replies
  • 0 kudos

Resolved! HAL_transmit in other fils (no main.c)

Hello,I'm trying to send data over uart from a another file.My main :UART_HandleTypeDef huart1; DMA_HandleTypeDef hdma_usart1_tx;   int main(void) { MX_USART1_UART_Init();   While(1) { } }My error is :../Core/Src/AT_Command.c:22:2...

jlecl.1 by Associate III
  • 1104 Views
  • 2 replies
  • 0 kudos