STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Float or other format storing in SRAM

Posted on September 01, 2012 at 14:33Hello, i want to boost DFT speed so i need to calculate lot of sinf cosf  and store in external SRAM. internal is capable only for few dft points in spectrum, so i have to store them into SRAM, but don't know how...

linas2 by Associate II
  • 328 Views
  • 1 replies
  • 0 kudos

STM32F103 LIN : NO SUPPORT ?

Posted on August 29, 2012 at 11:42Hello everybody, I use STM32F103VE  with Usart1 and Usart2 as LIN master controllers  and Usart3 as standar Usart. But for FW... I find only two pages on reference manual....set relative flags and breif generic dis...

FrancoB by Associate II
  • 746 Views
  • 3 replies
  • 0 kudos

40 Mhz PWM generation on TIM1 PA8

Posted on August 28, 2012 at 14:26Hello! I have already written the code to produce a 40Mhz clock at the output of TIM1_PWM1. I wanted to confirm is it possible to make a 40Mhz clock or not because according to the datasheet , APB2 can have a maxim...

Any detailed tutorial for Keil UV4 debugging?

Posted on August 31, 2012 at 05:45Greetings. I find it rather difficult to find some tutorial that would actually provide some insight on the debugging mode. All the tutorials that I have found so far either tell you the benefit of link downloader o...

STM32F0Discovery timing issue

Posted on August 29, 2012 at 17:11 I am trying to have a simple millisecond delay function and experiencing some very strange results. I am using Keil uVision V4.00.0. Here is my code: #include ''stm32f0_discovery.h'' //prototypes v...

Generating a simple square signal

Posted on August 31, 2012 at 13:33 Hi at all, I am using the STM32F4 i am trying to generate a simple square signal without using an interrupt (about 2MHz). Therfore i tried using Timer 3 in OC-Toggle mode. See below my initialis...

detect sram size at run time

Posted on August 30, 2012 at 14:12Hi, is there a way to detect the SRAM size of a stm32 (F1, connectivity line) at run time? I found a register with the flash size and a so called device identifier (only tells you e.g. connectivity line), but not th...

bart2399 by Associate II
  • 1211 Views
  • 3 replies
  • 0 kudos

rl-usb with audio device class

Posted on August 31, 2012 at 10:07Hello every body,I try to implement on my stm32f4-discovery a program with usb audio class to make windows use the board as speaker.I worked on keil 4.54 and rl-usb under windows seven x64.The problem is the followi...

Does Keil UV4 provide step-by-step debug mode?

Posted on August 31, 2012 at 05:51Does Keil UV4 provide step-by-step debug mode? If so, how to activate it? By ''step-by-step'' I mean execute my codes line by line, and I get to observe various registers and ports etc. However the ''run'' button ex...

Accurate hardware independent Dealy function

Posted on August 30, 2012 at 07:36Hi,I need an accurate hardware independent Dealy function for stm32l152rbt6 controller, the delay should be completely relay on the software. #silly-silly-silly-questions #!rocketscience #sloppy-thinking #hardwar...