STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

The use of spi clock phase

Posted on November 13, 2013 at 14:44I'm trying to use spi  to talk to a EEPROM. It has a cs setup time of 200ns. I'm wondering if  I can set the CPHA to meet the requirement in case the spi speed is in the proper range. Is this the purpose of clock ...

leon23 by Associate II
  • 332 Views
  • 0 replies
  • 0 kudos

STM32F427 HardFault

Posted on November 13, 2013 at 14:05HelloThe original program was tested on STM32F407ZG MCU, but I need to have it running on a STM32F427ZI.On the 407 the code was running fine, but when I start the debugger with the new modified program it stops at...

jjens2 by Associate
  • 297 Views
  • 1 replies
  • 0 kudos

RF feature of STM32W108CB microcontroller

Posted on November 07, 2013 at 15:34Hello, I want to establish a simple point to point RF communication using STM32w108CB microcontroller. I used the STM32w RF control kit to understand how to use the RF feature. I find the simpleMAC library file fo...

accuracy of EXTI

Posted on November 12, 2013 at 23:59Hi all, i'm using STM32F417 at 168MHz, and i would like to synchronize ''while'' cycle with totally 4 instructions with 6 time cycles (for example: ldr ldr tst bne) with 28MHz signal on PF8, so i configured EXTI w...

TIM1 3 phase PWM setup

Posted on November 12, 2013 at 04:01 HELP!!!! I've been banging my head against my keyboard and I can't find what's wrong with this code: /********************************************************* **** INITIALIZE TIMER AND PWM ...

usafape by Associate II
  • 574 Views
  • 2 replies
  • 0 kudos

c write into asm

Posted on November 12, 2013 at 22:41Hi All, please somebody help me to write this c code into asm: void EXTI9_5_IRQHandler(void) {   /* Clear the EXTI line pending bit */   //EXTI_ClearITPendingBit( EXTI_Line8 );   EXTI->PR = EXTI_Line8;   NVIC->I...

the I2c of STM32F100C8T6B don't work

Posted on November 11, 2013 at 11:07we are trying to make a communication between the Mc and the AccelerometerI see that the clock and data don't work right as on the scope I see the data and clock transitions are making together in the same time wh...

amr by Associate
  • 339 Views
  • 1 replies
  • 0 kudos