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! STM32H730VBxx: no OCTOSPIM registers

A question of compehension:I cannot find any of the OCTOSPIM registers - neither in STM32CubeMX, nor in the register list, read by STM32CubeProgrammer. Am I right, that's because in our chip, there's only one OCTOSPIM port?(I would appreciate, if tha...

STM32L1 NRND'd

One of my friends noticed, that ST NRND'd not only the STM8, but also the whole STM32L1xx family.However, in contrast to STM8, the 'L1 are under the 10-year commitment program, so they should continue to be available in the next 9 years. JW

0693W00000YAFcGQAX.png

Resolved! Flash Memory

I'm aiming to store data persistently in flash memory on an STM32 microcontroller. I've created a struct to hold the data, but I'm facing challenges with:Data Erasure: The data gets erased after a while, likely due to sector erase cycles.Sector Bound...

Resolved! LPUART no output

Hello,I am programming an STM32WB55CGU6 on custom PCB. I'm using the LPUART1 peripheral according to the datasheet and reference manual, but at the transmitter pin (PA2) I'm not seeing any traffic. It's just stable at about 3.3V. There is a led at PC...

JS8 by Senior
  • 1068 Views
  • 2 replies
  • 0 kudos

How to: STM32F103C8T6 in a PCB design?

I'm a beginner so bear with me:I am making a calculator with a STM32 Blue Pill and would like to create a PCB so that the calculator can be decently compact. I am unclear on some things though. Is it normal to place the entire Blue Pill in a PCB desi...

Jordan1 by Associate
  • 1770 Views
  • 1 replies
  • 1 kudos

Resolved! HAL Function CRC Accumulate != Re-Init and Calculate

I have gotten the following code to correctly validate CRC's, so I know I have configured the CRC correctly: uint32_t calcCRC = 0; hcrc.Instance->INIT = 0xFFFFFFFF; calcCRC = HAL_CRC_Calculate(&hcrc, (uint32_t*) pointer, length); calcCRC = HAL_CRC_Ac...

astral256 by Associate II
  • 2847 Views
  • 3 replies
  • 3 kudos

Ethernet Communication

Posted on February 20, 2013 at 06:33I am using STM32F107RB for Ethernet Communication. If i am using only one STM32F107RB module there is no problem but when i connect two modules to two different systems via modscan32, one of the module responds pr...

aru by Associate II
  • 3142 Views
  • 15 replies
  • 0 kudos