STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

UART communication issue

Posted on October 06, 2016 at 06:30is there any way so that i can know whether my uart is active or not ,i wanna send an AT Command to a gsm module such as ''AT+CCLK?'' in return of this command the GSM module will give the time and date from neares...

mushfiq by Associate II
  • 311 Views
  • 1 replies
  • 0 kudos

__HAL_RCC_GPIOE_CLK_ENABLE(); could not resolved

Posted on October 05, 2016 at 18:05Hello  __HAL_RCC_GPIOE_CLK_ENABLE(); could not resolvedI'm a beginner all my Clock stuff is telling me this In stm32f4xx_hal_conf.h I enabled#define HAL_RCC_MODULE_ENABLEDbut i have no idea what course this Problem...

ats3788 by Associate II
  • 720 Views
  • 2 replies
  • 0 kudos

SPI Clock

Posted on October 05, 2016 at 19:34I'm using SPI to get data from and ADC: I need fast acquisition so I'm using a STM32F4 board at 50MHz. Using a Logic software I noticed that the spi clock doesn't work at high frequency (50MHz), while it works at l...

marco3 by Associate II
  • 657 Views
  • 4 replies
  • 0 kudos

Suggestion for pinout reports

Posted on October 05, 2016 at 17:32I studied the connection diagrams or pin out reports of my Cube project. I want to be extra careful because this is my first STM32 project. I noticed that there could be more information about power supply pins. It...

LMI2 by Lead
  • 223 Views
  • 1 replies
  • 0 kudos

Embedded assembly in Keil

Posted on October 05, 2016 at 16:16 Hi. I would like to implement some kind of fault handling mechanism, which would store some CPU registers, PC, etc. in flash if error occurs. I tried to store SP value within HardFault Handler like this:...

matic by Associate III
  • 1616 Views
  • 8 replies
  • 0 kudos

Send 16 bit number with SPI and HAL library

Posted on October 12, 2015 at 16:33 Hello I'm trying to send a 16 bit number with the SPI peripheral on a STM32F030 with the new HAL libary. Sending an 8 bit value is very easy but with a 16 bit number I receive errors or the hardware is ...

mvugs9 by Associate II
  • 2148 Views
  • 3 replies
  • 0 kudos

Proper Initialization of the I2C Peripheral

Posted on February 09, 2014 at 15:09I am starting this post to hopefully determine the proper initialization procedure for the I2C peripheral. I am specifically using an STM32F407, but I am assuming that this will be helping in a broader sense.The b...

dibs by Associate II
  • 5139 Views
  • 11 replies
  • 0 kudos

SVS in ARM Micro-controllers

Posted on October 05, 2016 at 15:26Unfortunately, I am sort of thinking of using SVS (Supply Voltage Supervisor) in my STM32f107kc. Why am I saying like this. Because, I am not entirely too sure my flash store my data without having power. Assuming ...