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

Software reset to enter boot mode

Posted on January 09, 2017 at 18:22Hello, I am using USART between the STM32L4 and the Raspberry Pi to enter in the bootloader mode.It is working with the external reset (NRST pin) but I am trying now to enter in this mode with a software reset. I a...

CRC generator for hex file

Posted on January 09, 2017 at 15:23Hello,I am looking for a way to generate a CRC after compilation and add it to the hex file at a specified address so that it can altogether be programmed to flash and at runtime can be compared to a value calculat...

mmensch by Associate II
  • 331 Views
  • 4 replies
  • 0 kudos

Resolved! STM32F303K8 ADC Calibration phase problem

Posted on January 02, 2017 at 17:01This is my CODE:void ADC_t_init(void){    ADC_InitTypeDef          ADC_InitStrc;    ADC_CommonInitTypeDef     ADC_CmmInitStrc;    /* Configure the ADC clock */    RCC_ADCCLKConfig(RCC_ADC12PLLCLK_Div256);    /* Ena...

Jeck7778 by Associate II
  • 318 Views
  • 4 replies
  • 0 kudos

Resolved! SPI problem in stm32f10x

Posted on January 06, 2017 at 17:40HelloHere is my code#include <stdio.h>#include <string.h>#include 'stm32f10x_gpio.h'#include 'stm32f10x_rcc.h'#include 'stm32f10x_usart.h'#include 'stm32f10x_spi.h'#define SPI_FLASH           SPI3#define SPI_CLK   ...

parisa by Senior
  • 223 Views
  • 2 replies
  • 0 kudos

why uint8_t instead of char for strings?

Posted on January 06, 2017 at 12:42Why does the generated code from STM32CubeMX use uint8_t for strings, instead of the C standard char? The problem is that they differ in signedness, so gcc gives a warning. It's quite a pain, to be honest.I can see...

STM32F4 GPIO_ReadInputData while in AF mode?

Posted on January 09, 2017 at 21:35Hello,i have a bldc motor with hall sensors, each hall sensor is conected to PA0 PA1 PA2  which coresponds to CH1,2,3 of timer2.So in my gpio init routine i have declared the gpio's as followingGPIO_InitStructure.G...

Bogdan by Senior
  • 219 Views
  • 2 replies
  • 0 kudos

Resolved! STM32F7 EVAL Boot mode

Posted on December 06, 2016 at 02:50Hi,I am trying to put the STM32F769i_EVAL into system BOOT mode. I can do this successfully with an F429 Eval but not with the F7 Eval. I can see that when I reset it the normal program does not run , indicating t...

imtiaz by Associate II
  • 915 Views
  • 16 replies
  • 0 kudos
Labels