STM32 MCUs Products

Ask questions, find answers, and share insights on STM32 products and their technical features.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! Need to send data like {0x01, 0x00, 0x00, 0x00} or 0000000100000000000000000000000 using NRF24L01+ and process it on receiver side. How do I achieve it ? I'm using STM32 G030C6T6 IC. Please help I'm a newbie. Thank you

I'm using https://github.com/elmot/nrf24l01-lib library for communication. For now I' able to send strings like "helloworld" and process them.

GSaw by Associate II
  • 1720 Views
  • 5 replies
  • 0 kudos

I2C Repeated Start to put MB85RC512T to Sleep mode

Hi,I am interfacing an FRAM driver from STM32L452RE using HAL lib. mem_read operation is not sufficient to put the FRAM chip to sleep mode. This requires a restart condition as follows:[Start][0xF8][Ack][0xA0][Ack][Rep Start][0x86][Ack][Stop]Here I t...

NMath.1 by Associate
  • 434 Views
  • 0 replies
  • 0 kudos

SPI External Flash Loader for STM32F407VE

I am trying to create external flash loader for STM32F407VE. The flash is w25q64jv - 8MB.I tried to follow the tutorial but since this is QuadSPI and I think STM32F407VE does not support QuadSPI.https://www.youtube.com/watch?v=XqCq0xtQmbI&list=PLnMKN...

MSing.8 by Associate III
  • 1886 Views
  • 4 replies
  • 0 kudos