STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

New possibilities for the ultra-low power segment!

STM32U0 is the first Cortex-M0+ with a static consumption of only 160 nA in standby mode with RTC (Real-Time Clock) and 16 nA in shutdown. It also achieves 118 points in CoreMark and targets SESIP level 3 and PSA level 1 focusing on firmware code pro...

gif-stm32u0.gif

STM324x9I-Eval : Trace Configuration

Posted on February 23, 2015 at 23:53Hello everyone,I juste received an ulinkpro so I can use the ETM feature later on in my development.  Right now, I am trying to simply display a variable in the logic analyzer but I get no synchronization.  I read...

keaven by Associate II
  • 376 Views
  • 3 replies
  • 0 kudos

stm32f429 and tft

Posted on February 24, 2015 at 09:43Hi, i am  trying to understand, how to connect  tft(without controller) to stm32f429. In STM32F429I-discovery board  there are tft screen. Does it work in de-mode or sync-mode? Please,help. #it''s-deja-vu-all-o...

STM32CubeMX With Multiple Versions of Keil

Posted on February 24, 2015 at 02:41I have both Keil Uvision 4.7 and 5.14 installed. CubeMx only gives me the option to select MDK- ARM V4.7 in the Project->Settings->Toolchain/IDE selector.How can I get MDK-ARM V5.14 to appear in the Toolchain/IDE ...

Timer STM32f4

Posted on February 23, 2015 at 23:20Hello I want to generate pulses on a pin using a timer. I would like to configure it so it could make, for example, 10 pulses and then stop. How do I have to configure the timer to do so? Using Counter Mode Down m...

fiulala by Associate II
  • 207 Views
  • 1 replies
  • 0 kudos

Quadrature Encoder STM32 Z Capture

Posted on February 23, 2015 at 15:03 Hello,I'd like to use an quadrature encoder connected to my STM32F4 Discovery Board.I have connected the A and B outputs to PC6 and PC7. CH1 and CH2 of TIM8.It works pretty good, the timer counts.Now I'd like to...

SPI Software Chip Select

Posted on February 14, 2015 at 13:46 What is the best way to implement chip select in software? I've tried doing it this way: HAL_GPIO_WritePin(NSS_PORT, NSS_PIN, GPIO_PIN_RESET); HAL_SPI_Transmit(&hspi1, out , 1); HAL_GPIO_WritePin(NSS_P...

dscdsc by Senior
  • 897 Views
  • 5 replies
  • 0 kudos

Update Binary with Bootloader

Posted on February 23, 2015 at 16:29Hello,I´m trying to update my application with the Preprogramed bootloader by apropiate uart and pins BOOT1/0 according to that task.I could use this application to do that, couldnt I?My Keil compilation makes 2 f...

0690X000006030NQAQ.jpg 0690X000006030SQAQ.jpg
gerardo by Associate II
  • 414 Views
  • 2 replies
  • 0 kudos

5 V pulse board stm32f407

Posted on February 19, 2015 at 16:28Hello, i want to generate a periodic pulse of 5V into a pin using a TIMER. Has someone a code similar to this? Thank you #timers #stm32f4 #stm32f407 #discovery

fiulala by Associate II
  • 219 Views
  • 2 replies
  • 0 kudos