Forum problems with FireFox 6
Posted on August 18, 2011 at 16:45Seem to be having some issues with the forum edit/post process from FF6.
Ask questions, find answers, and share insights on STM32 products and their technical features.
Posted on August 18, 2011 at 16:45Seem to be having some issues with the forum edit/post process from FF6.
Posted on September 01, 2011 at 17:14I'm noticing a strange issue when I enable a DMA stream to SPI where the NDTR register changes from my value to 0xFFFF.Below is a code snippet for the DMA transfer function: //Setup DMA for TX DMA2_S3PAR = ...
Posted on August 21, 2011 at 20:45The embedded project of integration uCOS-III and TCP / IP stack LwIP 1.4.0 with additional protocols, SSDP and LLMR for evalution board STM322xG or STM32F2x7. http://sourceforge.net/projects/ucosiiilwst32f2/
Posted on June 29, 2010 at 14:34BIG PROBLEM WITH SPI Interface in STM32 completly disaster of ST #stm32-error-problems-trouble-spi #spi-problems-stm32 #spi-problems-stm32 #sp-problems-stm32-disaster
Posted on August 29, 2011 at 16:28To save external flash I want to use the internal flash for both program and data within the STM32f205. However I learned that during erasing/writing data the CPU is paused. Is this true? is there any solution to re...
Posted on August 06, 2011 at 18:08Hi seems I am haveing problem no body ever had before!!!PLEASE HELP !!!!!!!Using board STM3210C_EVAL , Compiling VCP Demo project for STM3210C_EVAL board (no modifications made to originaly downloaded code)Latest dr...
Posted on August 08, 2011 at 17:33Our STM32 chip isn't taking interrupts after a normal power reset, or a pin reset... but it will when it's in debug mode, or when (accidentally) Vdd was shorted after startup.We recently respun the board with our AR...
Posted on August 29, 2011 at 20:48I've stumbled across what may be a documentation error in the RM0033 reference manual. Page 567 documents ALARMOUTTYPE (bit 18) of the RTC_TAFCR as 0 = PUSH/PULL and 1 = OPEN DRAIN. I'm seeing the opposite (i.e. P...
Posted on August 29, 2011 at 12:53Hi, Could you pls forward to the concerned technical department & let me know their mail id, cz I require the C code for interfacing MCP3421(external ADC) via I2c to STM32F100C6(the code to be developed on IAR compi...
Posted on August 28, 2011 at 22:37 Hello guys, I spent all the afternoon trying to just trigger an interrupt. The example is easy, I have FreeRTOS 7.0.1 running with a periodic task which writes a sequence towards USART2 employing the DMA1 (chan...