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

STM32F427 SPI HAL MXCube

Posted on April 21, 2016 at 16:24Hi, I believe I have a problem with SPI bus. I have set the SPI bus to set up and receive data from a ADC. First off I have configured IO Pins to Clock Data from the ADC using PA5 - SClk, PA6 as MISO and PA7 as MOSI ...

STM32L4 CubeMX FreeRTOS issue

Posted on April 22, 2016 at 09:40Anybody, I have an issue on the next combination: 32L476.. CubeMX (4.14.0, package repo updated as of today (april 22)) FreeRTOS I have set cube to generate code for 'Other toolchains'. This gives me 3 flavours of RT...

Nucelo L053r8 SPI Comminucation issue

Posted on April 21, 2016 at 14:51Heloo,I Get some Randon Value when i call for data receive. I kindly request you to provide me soultion for my code.SPI config in Mainis declared as :void MX_SPI1_Init(void){  hspi1.Instance = SPI1;  hspi1.Init.Mode ...

srm by Associate II
  • 390 Views
  • 2 replies
  • 0 kudos

Stm32F407 UART question

Posted on April 24, 2016 at 07:10Hello all, i have a stm32F407VG setup which comunicates telemetry data over a RC receiver from FRSKY, which uses a ''inverted serial protocol''. I am wondering if its posible to invert polarity of the output from 32...

Bogdan by Senior
  • 470 Views
  • 1 replies
  • 0 kudos

Problem blink led ''STM32F4 DISCOVERY''

Posted on April 23, 2016 at 15:35 Hello, I recently purchased the above development board and I am trying to program it. Following the reference manual I was able to write a small program to turn some LEDs, the problem is that once the code is c...

rs23 by Associate II
  • 1829 Views
  • 22 replies
  • 0 kudos

Need help to confire time for PWM.

Posted on April 24, 2016 at 18:27Hi,I am using STM32F103 processor. I m interfacing L6230 Motor control IC for BLDC ineterface. But i m confused while while giving input to thr L6230. it is required 3 PWM input in sync.So, i tried to configure timer...

SS.Sagar by Associate III
  • 255 Views
  • 0 replies
  • 0 kudos

Comments on Breakout board for STM32

Posted on April 23, 2016 at 14:26I have made a schematic of breakout board for STM32F205RBT6.I will make a square board with all pins from MCU coming out to outer 2.5mm headers.1. Symbols in schemtaic with name ''Nx'', are bascially are small jumper...

register to get the core clock

Posted on April 23, 2016 at 16:11Hello everyone,i have a big question, i want to know if there is a register to read on the STM32 board to get the core clock value.there is a command executed from the debugging to get this value wich is SYStem.CLOCK...

ouled by Associate
  • 460 Views
  • 3 replies
  • 0 kudos

Delay in us

Posted on April 15, 2016 at 10:41In case you need a starting point, see this https://github.com/oceanstack/My-STM32-Project-FrameWork/blob/913b8ca54cd05416dc6ada68a777dba5e58e4638/Unit_Code/BlockingDelay_without_timer/block_delay.c.