STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

How do I configure PVD on STM32L081KZT?

Hello STM Community! This is my first Question in this Forum.I am using a STM32L081KZT and I need to save data, when the Power is unplugged. My setup is powered by USART and can only be turned off by unplugging the UART cable. In that case I need to ...

HRaup.1 by Associate II
  • 826 Views
  • 1 replies
  • 0 kudos

How to use HAL_StatusTypeDef HAL_CRYP_Init(CRYP_HandleTypeDef *hcryp) correctly if I want to change OperationMode in hcryp manually in-code?

Currently using the built in functions generated for AES Hardware acceleration and was wondering how to use HAL_StatusTypeDef HAL_CRYP_Init(CRYP_HandleTypeDef *hcryp) correctly if I want to change OperationMode in hcryp manually in-code? (from what I...

CEmrk.1 by Associate
  • 557 Views
  • 0 replies
  • 0 kudos

defined things called "undeclared"

Hi, my processor is STM32L010C6TX. I added function to my project to use microsecond But " DWT" "CTRL" etc. It says not defined. However, they are all in the "core_cm4.h" library. This library is in Drivers-> CMSIS->Include. why doesn't it call this ...

ZKURT.1 by Senior
  • 2483 Views
  • 9 replies
  • 0 kudos

8 timers of 2 Stm32f7 Synchronization

Hello everyone,I have used 2 Stm32f7 nucleo boards to read the data of 8 incremental encoders. for this purpose, I have used timers. I can read the data of encoders correctly but there is a little bit time difference between timers. it means I need t...

Nmo.1 by Associate III
  • 889 Views
  • 8 replies
  • 0 kudos

Resolved! The difference between VREF+ and VDDA of STM32F407

Is the following note quoted from the specification of STM32F407 applied to all the time from power-up or just during the period when the analog data is being sampled?「4. If VREF+ pin is present, it must respect the following condition: VDDA-VREF+ < ...

捷鄭.1 by Associate
  • 738 Views
  • 2 replies
  • 1 kudos

I need to transmit two buffer trought HAL_UART_Transimit_DMA. I wrote in the code two consecutive command to do it but when I run the code, HAL_UART_Transimit_DMA do not return HAL_OK. It return HAL_OK only in debug mode stepping with F6. Why?

uint8_t slv_add[] = {0xF1, 0x0A, 0x00, 0x57, 0x53};                            if(HAL_UART_Transmit_DMA(&huart1, &slv_add, (sizeof(slv_add)/sizeof((slv_add)))) != HAL_OK)Error_Handler();uint8_t cell_sel[] = {0x91, 0x00, 0x0D, 0x06, 0xA8, 0x6E};      ...

GMart.6 by Associate II
  • 532 Views
  • 2 replies
  • 0 kudos