STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Tim1 Channel 4 Porblem

Posted on June 27, 2011 at 08:32hi. i am tring to activate 3 chanel as ''6-step PWM generation'' with Dead time and afourth channel as stady 50% duty cycle . for some reason when i activate the Fourth Channel it disraps the other three. why? here is...

ezrab by Associate II
  • 423 Views
  • 0 replies
  • 0 kudos

STM3232 discovery DAC problem

Posted on June 26, 2011 at 22:05Hello everybody,I have the following configuration: two stm discovery connecte via SPI, one configured as master and the other as slave. What I do is send SPI commands from the master to the slave, and base on the val...

How to get STM32F207 or STM32F217 lowest jitter 50MHz output

Posted on June 22, 2011 at 00:03I have three questions regarding clock configuration for the STM32F207 / STM32F217: 1. Is there any advantage to using any specific HSE frequency between 4MHz and 26MHz that is evenly divisible by 2, if the goal is t...

pmoore by Associate II
  • 406 Views
  • 3 replies
  • 0 kudos

replace stm32f103 with stm32L15x part

Posted on June 21, 2011 at 15:59it seems stm32L152 is almost pin to pin compatible with stm32f103. I am thinking to replace current design with L152 part. but I did find any ST documents talking about this. does anyone done this? any suggestion or t...

xzhang2 by Associate II
  • 678 Views
  • 2 replies
  • 0 kudos

driving SD card with SDIO_CK over 25Mhz

Posted on June 08, 2011 at 16:57Has anyone successfully worked with driving SD card with SDIO_CK over 25MHz? I'm working on a SD card project. I'm trying to increase SDIO_CK up to 48MHz. but I keep receive SD_ERROR 3 ''SD_CMD_RSP_TIMEOUT ''. SD car...

xzhang2 by Associate II
  • 1586 Views
  • 7 replies
  • 0 kudos

HardFault_Handler

Posted on June 21, 2011 at 09:26hello, I have dowload the example of HOST USB for stm32f105 (same for stm32F107) and when I compile my project (I have copy/paste all files in my project) i go into the inifinite loop of HardFault_Handler(). this happ...

SMBus problems with interrupt

Posted on June 20, 2011 at 14:55i'm implementing a SMBus between stm32f103 (slave) on STM32-SK development board and omap3 (master). I send to slave a write command , but the slave does't start the interrupt I2C1_EV_IRQHandler. Why?? Thank you for y...

How to Enable BusFault, MemManage Interrupts

Posted on June 20, 2011 at 12:31Hi, Is it neccessary to do something to enable BusFault and MemManage Interrupts, or are these active as per default? I.e. the HardFault interrupt is always enabled, the only thing I need to do is add a HardFault_Han...