STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! ubuntu install of STM32CubeProgrammer not working

Hi I am trying to install STM32CubeProgrammer on Ubuntu 18.04.1 LTS. It apparently installs OK and places an icon on the desktop. When I start the app., a dialog with "You are using OpenJDK, please Install OpenJFX Debian: sudo apt-get install openjfx...

STM32L433 Wakeup from Stop only on Wakeup Pin 2

In my application i desire to use the STOP2 Mode in a certain condition to save power. Currently i want to implement a wakeup through a "HIGH" on Wakeup Pin 2 of the MCU. Later i want to implement also a periodic wakeup per RTC. But for now, i want o...

Using .extSettings file

In the help document concerning .extSettings file the information is unclear.As I read it the Groups section is supposed to create/add directories and files.It does not. I have generated the project for SystemWorkbench and EWarm. I downloaded a test ...

How to use the MDMA ond the Stm32H743zi?

Hello,I've configured the stm32h743 to write on a paticular adress without incrementing it and was also successful in it.The problem is no matter how many times i call HAL_SRAM_Read_DMA(...) it will not start a new transfer. In the trainings Manual t...

*Steve* by Associate
  • 362 Views
  • 1 replies
  • 0 kudos

Resolved! I want to get gpio clock by passing data into GPIO_BSRR registers by DMA transaction on capture compare timer event. It doesn't work.

My timer config:  RCC_APB1ENR = RCC_APB1ENR_TIM3EN;  TIM3_CR1 = (uint32_t)(TIM_CR1_CKD_CK_INT | TIM_CR1_CMS_CENTER_3);  TIM3_CR1 &= ~TIM_CR1_UDIS;  TIM3_CR2 &= ~TIM_CR2_CCDS;  TIM3_ARR = (uint32_t)10000;  TIM3_DIER = (uint32_t)(TIM_DIER_CC1DE | TIM_D...

MBelk by Associate II
  • 876 Views
  • 7 replies
  • 0 kudos

UART corrupted after wake from stop mode

Hello, all!I'm using STM32F100RBT.I have the following code:printf("hello\n"); while(1) { HAL_PWR_EnterSTOPMode(PWR_MAINREGULATOR_ON, PWR_STOPENTRY_WFI); HAL_Delay(100); printf("***\n"); HAL_Delay(100); }The first print before the loop is...

ISeed by Senior
  • 862 Views
  • 2 replies
  • 0 kudos