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

Problem initialising RTC on STM32F031 Nucleo-32 board

I am using code generated using CubeMX to configure the RTC, however the HAL_RTC_Init() function is returning an error. The clock configuration is this -void SystemClock_Config(void){  RCC_OscInitTypeDef RCC_OscInitStruct = {0};  RCC_ClkInitTypeDef R...

PMacp.1 by Associate
  • 655 Views
  • 2 replies
  • 0 kudos

Atomic SPI?

I am getting two bytes making 15 bit adc result via SPI bus. Is there a way to make SPI operation atomic, what aboiut DMA. And what about code in general, how does one disable interrupts or make thing atomic.Please note, there is no rush, the CPU is ...

LMI2 by Lead
  • 810 Views
  • 3 replies
  • 0 kudos

How to find posts??

Sorry. Forum structure / operation unfamiliar to me. I posted a question and got an answer.GOOD! I think. So I logged out. Did some work. Came back later. Logged in. I thought the question was in STM32 MCU's. If I type my user name in the search b...

STM32 mcu simulation

HiI am making a project on a STM32F767ZI MCU and with this situation I cant efficiently test the code which depends on input/output of digital and analog variables because i dont have access to the hardware (in this case i want do drive a motor and i...

LConc.1 by Associate
  • 1218 Views
  • 1 replies
  • 0 kudos

Resolved! How do I configure the pullup on GPIO_PIN 6 for STM32G031J6

Problem is that the voltage does not rise to 3.3V, I measure it at 1.64V. The pin has nothing connected to it and I tried this on 2 MCUs.Using STM32CubeIDE 1.2.0 Build: 5034_20200108_0926, I created a simple project and configured pin PB6 as GPIO_INP...

Radiofan by Associate II
  • 4864 Views
  • 12 replies
  • 0 kudos

Resolved! Do STM32F401 and F411 have a CCRAM ?

The documentation of these specific MCU do not show the CCRAM in the memory map.From my understanding this is Cortex-M4 related...https://github.com/ObKo/stm32-cmake/issues/134#issuecomment-651631813

HPhar.1 by Associate
  • 702 Views
  • 1 replies
  • 1 kudos