STM32 MCUs products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

SPI & DMA - DMA irq not called out 2

Posted on June 01, 2011 at 14:45Hello, I encountered problems when trying to send SPI data by means of DMA. It seems that DMA transfer never starts. The sequence of configurations commands is as follow: 1) Enable SPI and DMA clocks     RCC_AHBPeri...

snafu by Associate II
  • 136 Views
  • 1 replies
  • 0 kudos

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
  • 116 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...

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
  • 256 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
  • 430 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...