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

function pointer problem

Posted on June 26, 2015 at 13:27hi Im using keil developing on a stm32f4 discovery board. im trying to make a function pointer to be used by other modules. something like: extern void (*p)() ; void myfunc() {     printf(''function pointer''); } som...

Need Clarification on USART's in STM32f0

Posted on June 03, 2015 at 09:16Hello,                I working on USART in stm32f0-discovery board, in that USART keeps on sending a character 'c'..But i intended to write a code it sends the character 'c' whenever it receives 'a' ....Why it is hap...

LRPS_92 by Associate II
  • 245 Views
  • 2 replies
  • 0 kudos

wrong baud rate (yet another thread...)

Posted on June 23, 2015 at 17:36 Dear community, I try to use the NUCLEO F302R8T6 board which I initialized using a start-up.c – file which was generatedby the STM32F30x_Clock_Configuration_V1.0.0.xls tool. I changed the NUCLEO board configura...

jogerh by Associate II
  • 433 Views
  • 5 replies
  • 0 kudos

Unable to write FSMC registers

Posted on June 25, 2015 at 16:44Hello!My name is Peter and my hobby is electronics, programming and robotics. Recently I got interested in STM32 and decided to build my own evaluation board. Currently I have a problem with FSMC. I want to drive an L...

SPI transmit problem

Posted on June 22, 2015 at 16:08 I am using a STM32F103RBT6 and I'm trying to use SPI in slave fullduplex mode with generated code from CubeMX. The master is sending a predefined data package and I try to respond. I can receive the who...

Gated Timer always active

Posted on June 26, 2015 at 10:31 Hi, I use two timers, timer 2 as slave with 2kHz and timer 4 as master (1Hz) in free running mode. I want to switch on and off timer 2 with timer 4. I configured the timers and they work as expected. However,...

Vector table

Posted on June 25, 2015 at 12:15hej,i was searching buit i could not get the exact point.why vector table is needed?.. can anyone tell me where i can find vector table in cocox and how to relocate the vector table .thanks.

arunl4g by Associate II
  • 302 Views
  • 3 replies
  • 0 kudos

STM32 internal EEPROM

Posted on November 18, 2014 at 10:02I am using the STM32l Discovery board (http://uk.farnell.com/stmicroelectronics/stm32l152c-disco/stm32l-discovery-eval-board/dp/2317987). The ucontroller on the board (STM32L152RB) features 4kB of EEPROM at the ad...