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

Simulation error for STM32F030P4 in keil compiler

Posted on June 26, 2015 at 23:06 Hello.... I want to simulation my program for STM32f030p4 in the keil compiler but simulator don't work correctly and it show this error. [img]http://s6.picofile.com/file/8195983818/error2.jpg[/img] would you please ...

dizin by Associate II
  • 234 Views
  • 1 replies
  • 0 kudos

SystemInit is not called as expected

Posted on June 26, 2015 at 10:35Dear community,if I look for the contents of the startup.s file of e.g. a STM32F373RB firmware then I recognize following lines:                 LDR     R0, =SystemInit   ; load a word into R0 e.g. the address of Syst...

jogerh by Associate II
  • 439 Views
  • 4 replies
  • 0 kudos

Overrun issue while echo with hyperterminal

Posted on June 26, 2015 at 10:44 Hello, Often I get an overrun error when a char is received from PC. uint8_t UART_GetC(uint8_t * const pbyRxByte); void Term_sending(void){ uint8_t byRxByte; do { while (UART_GetC(&byRxByte) == ...

astree by Associate II
  • 161 Views
  • 1 replies
  • 0 kudos

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
  • 173 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
  • 292 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...

Labels