Interface and connectivity ICs

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

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
  • 716 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
  • 1129 Views
  • 2 replies
  • 0 kudos

Unable to load the firmware

Hi, first of all i'm a noob with bluenrg products,I'm using the STEVAL-IDB008V2 and i'm able to load firmware using the RF-flasher utillity via COM port identified as ST DK just fine, but when i try to load the same firmware using a standard com por...

_legacyfs_online_stmicro_images_0693W00000bVh83QAC.png
A.Presm by Associate
  • 463 Views
  • 0 replies
  • 0 kudos

ST8024CDR . Are support smart card ( ISO 7816-3 Integrated Circuit Card (ICC) Digital Controller) reset synchronous and asynchronous

Please help i need to know about. Smart card interface ST8024CDR it can support Smart card ISO7816-3 in reset mode synchronous or not ? Now i using this ic it support only asynchonously asynchonously reset timming diagramsynchonously reset timming d...

_legacyfs_online_stmicro_images_0693W00000dK32VQAS.png _legacyfs_online_stmicro_images_0693W00000dK32kQAC.png
Nunut by Associate
  • 548 Views
  • 0 replies
  • 0 kudos

What is different between ST3232 and ST202?

I knew that ST202 is compatible for ST3232. So I changed only ST202 into ST3232 without any circuit changing.But ST3232 doesn't work.​What is different between ST3232 and ST202, other than power supply voltage?​I found the difference in typical appli...

TShim.8 by Associate II
  • 817 Views
  • 3 replies
  • 0 kudos