STM32 MCUs Products

Ask questions, find answers, and share insights on STM32 products and their technical features.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

TIM channels and pin, I need a clarification!

Posted on October 11, 2012 at 13:33 TIM channels and pin, I need a clarification! I'm looking at the example TIM_PWM_Output (STM32F4-Discovery_FW_V1.1.0) /* PWM1 Mode configuration: Channel1 */ TIM_OCInitStructure.TIM_OCMode = TIM_...

orn by Associate II
  • 984 Views
  • 2 replies
  • 0 kudos

I2S standards - strange values

Posted on August 12, 2013 at 20:14 Hi I am using the I2S bus to transfer audio samples from an audio codec module to the microprocessor. There are several standards for I2S like Phillips, MSB, LSB or PCM. With the Phillips standard, every...

Smt32w SampleMac 2 library - simplest project

Posted on August 14, 2013 at 10:59I try to make minimal progect from exaples, but they use EVAL librarys for demo board. Can i make minimal progect use SimpleMac library without HAL library and EVAL library? #smt32w-samplemac

ADC regular channels vs injected channels

Posted on August 12, 2013 at 13:52Hello,Can somebody kindly explain the difference/ different usage scenarios of ADC regular channels and injected channels?As per available documentation, it is mentioned injected channels are intended, when the conv...

SysTick_Handler suspended during other interrupts

Posted on August 13, 2013 at 17:12Hello Allm I am prototyping with the STM32 F3 Discovery board and using the ST standard peripheral library.  I am also using some example code that contains a function - Delay() - which uses the SysTick_Handler to d...

STM32F37x SRAM size

Posted on August 13, 2013 at 14:23Hi, I have a simple question regarding internal SRAM size of STM32F373Rx processor. Datasheet (rev.3, table 2 on page 10) specifies SRAM size of 24kB for 128kB Flash units,but I can read and write up to 32kB of SRAM...

bpacan by Associate II
  • 766 Views
  • 2 replies
  • 0 kudos

Generating a fixed number of pulses on trigger

Posted on August 08, 2013 at 23:31Hi,I have what is essentially a timer question. I am interested in using an STM32 F4 (more RAM, higher clock speeds) for an application. My application requires me to generate a pulse every 2ms, pulse length ~100 us...

srsinha by Associate II
  • 1227 Views
  • 5 replies
  • 0 kudos

Help to create large buffers in RAM

Posted on August 12, 2013 at 21:48 Hello guys, I need some help. I want to create a large buffer in the sram and I'm having some problems with the compiler. I want to use the 112KB SRAM memory (pag 52 - RM0090) for my buffer. But when I w...