SPI and 93c66 Memory
Posted on January 17, 2011 at 15:16SPI and 93c66 Memory
Ask questions, find answers, and share insights on STM32 products and their technical features.
Posted on January 17, 2011 at 15:16SPI and 93c66 Memory
Posted on January 13, 2011 at 08:24Hi everyone, I was wondering if anyone has used STM32F10x DSP library with the discovery board? Does the library support STM32VL-Discovery? Thanks
Posted on January 10, 2011 at 17:35protection diode
Posted on January 10, 2011 at 17:21is there anybody who could run timer in encoder puls + dir mode ?
Posted on January 08, 2011 at 23:15I've have problem with RTC_SetCounter() function .When I use RTC_SetCounter() mine program stopped in the next function RTC_WaitForLastTask() ;I tried this metod : PWR_BackupAccessCmd(ENABLE); /* Wai...
Posted on December 31, 2010 at 17:25What to do when I2C_FLAG_ARLO occured ?
Posted on December 28, 2010 at 08:53Hello,I'm trying to run WC1602A LCD display but nothing happens, can anyone pinpoint me where i have a mistake in code (the code is compiling) because i was analising it whole night and couldn't find oneint main(...
Posted on December 29, 2010 at 22:30Mass Storage demo with double buffering
Posted on December 28, 2010 at 15:14Dear all, Thank you for reading my post. I designed a board with a stm32f101c6t6, and wanted to be able to debug it with the STM32 discovery kit. I removed the two jumpers on CN3 and connected my board to the Disc...
Posted on October 26, 2010 at 13:07hi. i cant understand why EOC wont go up to ''1'' after conversion. i can see the result in ADC->DR but the flag wont go up. why? thanks. #include ''stm32F10x.h'' #define CCR_ENABLE_Set ((uint32_t)0x000000...