Others: STM32 MCUs related

Find out more about STM32 implementations with external components, discuss use cases, and discover how to use new tools and ST components.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Changing Brightness

Hi I am having some trouble adjusting the brightness for the STM32F7.I used this in main.c, and externed it I tried using this in model.cpp and in main.c, neither seems to adjust the brightness of the display. void setDutyCycle(float duty_cycle) { ...

Priyank by Senior
  • 464 Views
  • 2 replies
  • 1 kudos

Resolved! Best MCU to use for BMS

Hello,We are in the process of migrating our current BMS from an old MCU to a new one. and we want to check if ST has a suitable MCU for our use case:1) The MCU will manage up to 100 battery monitoring chips connected in daisy chain (isolated SPI)2) ...

tarikm by Associate II
  • 1402 Views
  • 5 replies
  • 0 kudos

Resolved! Background function

Hi there!I still work on my project for read Ibutton. In the main i check every 500ms if there is any key(unfortunally i can’t use interrupt) . Now i want use a W2812B for report some error. Soo my question is how I can implement one function work in...

SGian.1 by Senior
  • 1734 Views
  • 3 replies
  • 1 kudos

Resolved! Dallas iButton and UART

Hi there!i start to work with Dallas Ibutton and for my project i use STM32G031K8 nucleo. Because i need to read only one ibutton i use the UART peripheral and no ic dedicate for 1Wire. My problem is when i try to  use the rx callback function for kn...

SGian.1 by Senior
  • 2514 Views
  • 6 replies
  • 4 kudos

STM32F072CBT with TLC5947 LED Driver

I'm trying to control LED's through a (TI) TLC5947 Driver. All the examples I can find are using a library by Adafruit, bitbanging GPIO's to communicate with the chip. I'm just using the two chips on a custom board and would like to use SPI due to it...