STM32 MCUs Products

Ask questions, find answers, and share insights on STM32 products and their technical features.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Deadlock reboot - System Reset Problem

Hi ST community,In my project I have created a task to post Data to AWC server.the function call stack looks like below:stack size is 70*12 wordsAWC_Task(){ GPRS_SetConnection() // establish connection PH2_exeAWCcmnds() }PH2_exeAWCcmnds() // executed...

Skira.17 by Associate II
  • 933 Views
  • 3 replies
  • 0 kudos

compiler C ARM on Keil

I'm using a P nucleo vl6180 I would like to have if it is possible to write my source code in C ++ knowing that I have an ARM C compiler to compile v5.06 update 6

MSAMB.1 by Associate III
  • 649 Views
  • 5 replies
  • 0 kudos

STM32F107 BKP

Please note that contrary to as listed in Atollic's SFR viewing tool during debug, the backup registers (BKP) start at 0x40006C04 not 0x40006C00 as convential wisdom would suggest.

Resolved! STM32F767 LSE oscillator not oscillating, why?

I've hung a 32.768kHz crystal (IQD) on to my STM32F767VGT6 with a pair of 10pF caps as per AN2867, but I'm not getting the LSE to oscillate. If I route the LSE to an MCO output I see random transitions, which explains why the RCC status bit shows it'...

STM32F100RBT6. I left HAL libraries behind and want to work writing straight to the registers but something is wrong and it does not work.

I want to blink a LED and I have written this code:#include "stm32f10x.h"int main(){ // initialize the clock for Port C RCC->APB2ENR |= (1<<4); // enable clock for GPIO C ( check it on memory and bus architecture) // set pin 9 of GPIOC ...

FAleg.1 by Associate II
  • 867 Views
  • 6 replies
  • 0 kudos

I have a question about P-NUCLEO-USB001.

What I want to implement is to control the role of the module between host and consumer, when modules are connected to each other. Is it possible with programming ?If impossible with this module, what module can I use to implement that task ? Thank y...

HJin.2 by Associate
  • 446 Views
  • 1 replies
  • 0 kudos