STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

No real documentation for StdPeriph_Lib

Posted on September 06, 2012 at 22:29Is there any real documentation for StdPeriph_Lib?  The closest thing I can find is a file called ''stm32f10x_stdperiph_lib_um.chm'' which is very incomplete.  I found a chinese blog that has an old copy of chapt...

SDIO + DMA + CRC

Posted on September 06, 2012 at 10:49ello,I sometimes have problems with blocks which are written completely wrong onto the sd-card. Workaround: actually I check the written data again by reading the same block from SD-card and check the both buffer...

Problem with two consecutive _SdRead()

Posted on September 03, 2012 at 18:08 Hi, I am using the software example 'MassStorage' , the IAR compiler and the STM32F103ZE kickstart board for development. I wanted to add some functionality which requires consecutives reads from ...

colsman by Associate II
  • 595 Views
  • 4 replies
  • 0 kudos

STM32F4 not passing EV6 on I2C

Posted on September 06, 2012 at 07:13I'm having some difficulty communicating with a TI INA219 using an STM32F407VE and I2C1 on PB7 and PB8. Sending data seems to work just fine, but receiving it does not. Namely, my EV6 (I2C_EVENT_MASTER_RECEIVER_M...

Help interpreting USB OTG docs for stm32f1xx

Posted on September 05, 2012 at 16:30Hi all! The software design process we use requires that every piece of code is heavily tagged with references to the original programming manuals. Sometimes these tags are added during code reviews, etc. The que...

STM32F0 - USART1 external clock?

Posted on September 05, 2012 at 03:07Hi!Is there a way to clock (only) USART1 using a (variable) external clock of 1 to 12 Mhz?Also, is there a way to clock USART2 using another clock source than system?Thank you!

Debug without SWD/JTAG

Posted on September 03, 2012 at 09:05Hello everyone,For a project, we try to debug STM32C-Eval board without SWD/JTAG standart board. We have an *.out file and we want to download this file. We want to implement a C/C++ program instead of SWD/JTAG. ...

Getting less data than expected

Posted on September 05, 2012 at 02:24Hello,I am working on vision module using SMT32F4 and OV7670. It is custom built board and here is more informationhttp://www.negtronics.com/vision-moduleThe problem I am having right now is with DCMI/DMA transfe...

bsp0524 by Associate II
  • 284 Views
  • 0 replies
  • 0 kudos

2 min interrupt using RTC

Posted on September 04, 2012 at 02:47Hi all, I am new to programming. I wanted some help regarding rtc coding. I am using stm32l1 discovery board(and IAR workbench), and want to generate interrupt after every 2 mins. I think using timers for this wi...