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! How to enable 100k cycles, instead of 10k cycles. [Resolved]

From RM0456-stm32u575585.... Flash section 7.3.8:"... up to256 Kbytes (32 pages) per bank feature an increased endurance of 100 kcycles, that can be used for data storage that usually needs more intensive cycling capability than codestorage. Any Flas...

SSaunders by Associate II
  • 3673 Views
  • 14 replies
  • 4 kudos

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
  • 910 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
  • 786 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
  • 4487 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
  • 1978 Views
  • 1 replies
  • 0 kudos