Interface and connectivity ICs

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Configuring STM32U575 for I2C DMA transfer

I am working through a workshop tutorial on how to configure and use GPDMA transfers via the linked list functionality provided in STM32CUBEMX. When setting the linked list runtime configuration a Source Address, Destination Address and Data size are...

ITayl.1 by Associate
  • 418 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
  • 407 Views
  • 0 replies
  • 0 kudos

BlueNRG-MS/M0 --- Using CubeMXIDE?

Good afternoon....I am looking at getting an STEVAL-STLKT01V1 for development using the BlueNRG. My questions are: I notice in the BOM, the BlueNRG-MS is used and is NRND. How much difference is this from the M0?Can I use the CubeMX IDE for develop...

SWenn.1 by Senior III
  • 245 Views
  • 0 replies
  • 0 kudos