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

SPI1_IRQHandler not firing

Posted on March 19, 2013 at 18:30I am very confused - this should be fairly straight forward.I am operating in SPI_Direction_2Lines_FullDuplex mode. I am set for transmitting, and can see correct output of data on scope. I enabled the TXEIE interrup...

start STM32W108 module zigbee

Posted on March 01, 2013 at 13:37Hi, I'm new in that technology and this microcontroller. I want to program my zigbee module in order to send me a ''hello world'' message through UART. I have connect my module with STM32W108 ucontroller with a dsPIC...

STM32F4xx and external sram memories.

Posted on March 19, 2013 at 11:34Hi all,I am new here and to stm products.I read the datasheet for STM32F407, and a doubt born, the FSMC, seems to don't work in chips with 100 pins, because I saw that it does not have a several signs of this interfa...

psilva by Associate
  • 523 Views
  • 3 replies
  • 0 kudos

communication with PC via UART

Posted on March 18, 2013 at 22:55Hi,I am a beginner  in programming with stm32 and i want to know how can i pass data from the accelerometer MEMS to PC via serial part using UART thanks for you help in advance  #basic #foundation #prerequisite

karoui by Associate II
  • 1832 Views
  • 15 replies
  • 0 kudos

I2C Master Error Interrupt Not Firing - STM32F407

Posted on March 18, 2013 at 15:42Hi All I have a driver for I2C master mode which has been working correctly under normal conditions. It is interrupt driven so the interrupt fires for each received/transmitted byte. If however non-present slaves are...

hpipon957 by Associate III
  • 458 Views
  • 2 replies
  • 0 kudos

F4Discovery SPI troubles

Posted on July 05, 2012 at 14:42The original post was too long to process during our migration. Please click on the attachment to read the original post.

OPTIMIZATION

Posted on March 18, 2013 at 11:51hiin my project with RIDE7, when i use ''No optimization'' I can't use debugger but when i use size optimization I have a problem in some functions . can I use No optimization juste when I call this functions? #fl...

aymen by Associate II
  • 990 Views
  • 13 replies
  • 0 kudos

PWM Time shifting signal

Posted on January 08, 2013 at 11:55 Hi, I program a PW M sig nal in PB4 port using TIM3 using this program int main ( void ) { while (1) { TIM3->CCR1 = 1000 ; } } /*____________________________TIM3_______________________...

0690X00000603GBQAY.jpg 0690X00000605UPQAY.png
bmwael1 by Associate II
  • 520 Views
  • 3 replies
  • 0 kudos

Best Developement Platform for Startup

Posted on February 13, 2013 at 00:04Hi All,We are a new startup and have a proof-of-concept device going on a STM32 being coded in the Keil IDE. However, we are using their evaluation copy which only permits 32KB max program size and we have surpass...