STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! STM32 DIMMER LEDS BRIGHTNESS

I have 36 leds on my board. I will connect dimmer my board. How can i adjust leds brightness with dimmer? Because i need to manage 36 output pins. How can i do it?

KAnahar by Associate III
  • 1725 Views
  • 2 replies
  • 0 kudos

Resolved! STM32L4 DFSDM clipping

Any ideas why values would be non linear in the approximately the upper 1 to 2 bits?For the setup below, it is linear to between -17000 to +14000. Doubling the + output only yields around +18000. These are raw values. This really acts like an overflo...

0693W00000QNKABQA5.png
_EFrie by Associate III
  • 2775 Views
  • 3 replies
  • 0 kudos

Resolved! how to write data into stm32l5 flash memory

uint64_t write = 0x1111111122222222;HAL_FLASH_Unlock();if(HAL_FLASH_Program(FLASH_TYPEPROGRAM_DOUBLEWORD,0x0807F000,write)==HAL_OK) { HAL_GPIO_WritePin(GPIOG,GPIO_PIN_12,GPIO_PIN_RESET); } HAL_FLASH_Lock();

sra by Associate II
  • 734 Views
  • 3 replies
  • 0 kudos

Is it a problem to use TIM1 PWM ch1..3 under Arduino?

Dear reader,I have a question about the use of TIM1 on the Blue Pill STM32F103. I want to build a synchronous Buck Converter using the Blue Pill and need to use PWM on TIM1 ch1..3 with its complementary outputs and the programmable dead time for that...

WOGoos by Associate II
  • 1084 Views
  • 3 replies
  • 0 kudos