problem with runnint timer interrrupt in RTX kernel(stm32 discovery)
Posted on January 20, 2014 at 20:32The original post was too long to process during our migration. Please click on the attachment to read the original post.
Posted on January 20, 2014 at 20:32The original post was too long to process during our migration. Please click on the attachment to read the original post.
Posted on January 24, 2014 at 15:07Hi, I'm working on a university project where I will be developing a system on STM32F4 Discovery boards in Keil's IDE. The system will need multiple boards to communicate wirelessly with each other so I am in the p...
Posted on January 24, 2014 at 04:13 hi.. I'm working with STM32F0 and I'm trying to create ADC on STM32 for single channel free run but it doesn't work. Can someone help me to find what is wrong in this code. thank you for helping me ...
Posted on January 24, 2014 at 13:37Hi to all, I am porting a project from the to a home made prototype for a new project. The prototype is having a STM32L151VD (high density) so I made sure that the preprocessor macro is STM32L1XX_HD, and the same f...
Posted on January 23, 2014 at 12:00Good afternoon,Have anyone tried to work with STEVAL-IPP002V1? Can we develop new firmware? What is the development tool that we can use? Or does that product can only be used for evaluation of ST products only?Tha...
Posted on January 15, 2014 at 22:55Im using STM Studio 3.3. When I import my .elf files from Keil or Coocox most of the variables (even direct variables) are missing. When I analyze the .elf file with nm or eu-nm all the variables are available on f...
Posted on January 22, 2014 at 13:16Dear All, I had a workign VCP example on STM32F4Discovery board until some recent changes to my own code (the USB and standard peripheral libraries are not changed). I use EmBlocks 1.42 IDE for compilation/debuggi...
Posted on January 15, 2014 at 03:23hi~I found good nand flash driver EVK.but don't found download link firmware source.STEVAL-CCM007V1 http://www.st.com/web/en/catalog/tools/FM116/SC1234/PF258869?s_searchtype=keywordwhere is the firmware download l...
Posted on January 19, 2014 at 19:50Hello all,I have written a function to configure the DMA for use with one of the USARTs for TX, which works when I trigger it using DMA_Cmd() function. As with the usual USART DMA configurations, all it does is tra...
Posted on January 23, 2014 at 18:40Hi, All EXTI-External interrupts on STM32Fxx and other STM32 devices implemented by STM are EDGE triggered interrupts. The ARM core however supports Level, Pulse and Edge triggered interrupts. STM32Fxx Tech.Ref.M...