STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Trouble using STM32F4's CRC on 8 bit array

Posted on January 12, 2014 at 01:29I am using a STM32F4's internal CRC peripheralMy test sample data works against the code available at http://www.opensource.apple.com/source/xnu/xnu-1456.1.26/bsd/libkern/crc32.cSample data is { 0xA1, 0x11, 0xC0, 0...

STM32 USART debugging

Posted on January 11, 2014 at 12:51Hello everyone,I would be very gratefull if you help me with this or give me some idea. I have problem with STM32100RB USART module. It uses Cortex M3 and I am developing in Keil uvision.The USART uses hardware flo...

empnik by Associate
  • 811 Views
  • 2 replies
  • 0 kudos

Building CMSIS DSP_LIB for GCC

Posted on June 18, 2012 at 13:32I am using the STM32F4 family with Atollic TrueStudio and would like to use the CMIS DSP_Lib for my application.    The STM32F4xx_DSP_StdPeriph_Lib_V1.0.1 directory as provided by ST does not appear to have pre-built ...

jdsotack by Associate II
  • 1844 Views
  • 6 replies
  • 0 kudos

Minimum circuit for bare STM32 F2 lqfp64?

Posted on January 10, 2014 at 23:38I don't have one of the discovery boards (I know, I know ;), just a small stack of F205 chips. I'm breadboarding one up so I can get a handle around it, and having trouble identifying the minimum circuit needed for...

skeezix by Associate II
  • 897 Views
  • 4 replies
  • 0 kudos

Windows 8.1 Tablet, STLink Driver Issue

Posted on January 10, 2014 at 05:35I cannot seem to get the STLink driver to install on my Dell Venue 8 Pro tablet.  When I try and install it gives an error.  I have made sure to ''Run as Administrator'' when attempting to install.  The error in th...

STM32L Flash Programming problem

Posted on January 10, 2014 at 15:49 Hi, I'm coding a bootloader using the STM32L151VB, this bootloader read chunks of 128 bytes from a SD Card and put into the STM32L flash through FLASH_ProgramHalfPage ram function from ST Standard libr...

Site unreliable?

Posted on January 08, 2014 at 06:05This site is very unreliable for me, I get error pages asking if I want to debug Sharepoint issues. I've created a Google+ community for Cortex M Developers which might work a bit more smoothly. (or not)  #house...

DMA setup time and interrupt latency

Posted on January 07, 2014 at 06:07hi there, I am running an issue about using DMA to transfer data bytes from ports to internal RAM at 12MHZ. I have succeeded in doing so, but I loose first few hundred of data bytes in doing so. Can this could be a...