STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

We connected STM32F051 to ASM330 over SPI . The communication works Chip select as a GPIO line the SPI is not able to correctly toggle the Chip select . There is a 10K ohm Pull-Up resistor on the Chip Select Line between STM and ASM . Is this correct ?

Hi ,We connected STM32F051 to ASM330 over SPI .The communication works Chip select as a GPIO line the SPI is not able to correctly toggle the Chip select . There is a 10K ohm Pull-Up resistor on the Chip Select Line between STM and ASM . Is this corr...

ck.1 by Associate III
  • 744 Views
  • 2 replies
  • 0 kudos

How to run Bluetooth

I am going to start a project using BLE. And the board I am using is e B-U585I-IOT02A. There is already a Bluetooth module on this board. And I was thinking, is the Bluetooth is turned on by default, or do I have to activate it by myself ? My second...

TBarn.3 by Associate II
  • 636 Views
  • 1 replies
  • 1 kudos

STM32F767 QSPI vs FMC

Hi Community!For a new project I need both external RAM and externalFLASH memory (from which code should also be executed) on aSTM32F767BG.Now I'm faced with the question of what makes more sense:• SRAM on FMC and Flash on QPSI• Or SRAM and Flash bot...

How to use backup registers without setting up RTC ?

Hello,I have a question: I want to use the backup registers to recover data after waking up from standby. Is it possible using it without setting up RTC or are they bound to RTC ?If they are related and setting up RTC is mandatory prior to use the re...

migmel by Senior
  • 4133 Views
  • 6 replies
  • 0 kudos

How To use software NSS using SPI DMA with STM32G474

I'm using STM32G474 and I want to use SPI DMA with ltc2344-16 (ADC chip)I can send and receive data through SPI using below codes. (LL) void ADC_RECEIVE(uint8_t data_in) { uint16_t registor = 0; uint16_t part[6]= {0,0,0,0,0,0};   if(data_in == 0) ...

Lkim.1 by Associate II
  • 1847 Views
  • 1 replies
  • 0 kudos