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

STM32F429I-discovery SPI Troubles

Posted on January 12, 2014 at 07:43 Hi, I just received my STM32F429 discovery board and I tried to implement basic SPI but I'm stumped as to why the logic analyzer output was different. Can anybody point out were I was wrong. Here is the code. ...

0690X00000605WkQAI.png
shan_rei by Associate II
  • 719 Views
  • 5 replies
  • 0 kudos

Hard fault test

Posted on January 17, 2014 at 18:09In order to test the Hard Fault interrupt, I modified the Systick example on ''STM32F0xx_Discovery_FW_V1.0.0'' as follows.. on main.c I added two lines: ------------------------------ int main(void) { uint8_t* Byte...

Incremental Encoder to STM32f407

Posted on January 15, 2014 at 20:51Hi I am trying to understand how to interface incremental encoders to stm32f407 ( 2 encoders) : my problems : Which pins can I connect to it; should I connect to the pins directly ?  . How can I did  detect the ...

sami by Associate II
  • 1204 Views
  • 5 replies
  • 0 kudos

how to generate RTC counter increment delay for 100ms

Posted on January 17, 2014 at 14:36I have Implemented RTC with counter increment delay of 1 second, but I am not able to configur it for 100ms. Here i have attached RTC configuration code, can anyone please tell how to configure RTC prescalar regist...

aru by Associate II
  • 417 Views
  • 2 replies
  • 0 kudos

TIM1 ISR not triggering - STM32f4xx

Posted on September 17, 2013 at 00:15I am trying to use the ISR for TIM1, but it does not want to trigger. I run the following code in debug mode on my IDE, but the TIM1 ISR code never gets executed.I believe that the problem may have something to d...

dibs by Associate II
  • 602 Views
  • 7 replies
  • 0 kudos

sdio fatfs problem

Posted on January 17, 2014 at 01:56i use fatfs with sdio but i have problem with this SD_Init(); return 0 good disk_initialize(0);  return 0 good  disk_status(0) ; return 2 error disk_read(0,inbuf,0,1);  return 3 error  

elec_st by Associate III
  • 550 Views
  • 6 replies
  • 0 kudos

I2C slave not ACK

Posted on January 14, 2014 at 21:59 </p> I have an issue with STM32F0 Discovery. I am using I2C1 (like master) to send start condition and address to I2C2 (slave) on the same board. I am able to generate propertly the signal but the IC2 (slave...

Discovery Kit STM32f0308 - USART QUESTION

Posted on January 17, 2014 at 16:40Please help,I am able to transmit on USART1 okay. They receive does not appear to be working.I am using the provided discovery code, with the following USART Setup- (I modified this slightly from the half-duplex co...

vendor by Associate II
  • 405 Views
  • 1 replies
  • 0 kudos

Unable to program STM32F1x using the ST-link/openOCD

Posted on January 09, 2014 at 12:31Hello, I like to program my STM32F103 with the ST-link/V2 device by using openOCD. However I got next message: Error: flash write failed at address 0x80016f8 Error: error writing to flash at address 0x08000000 at o...

evert2 by Associate II
  • 1525 Views
  • 6 replies
  • 0 kudos