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

stack problem and privilege mode

Posted on June 16, 2011 at 14:48hi. i am using the STM32f103 chip and i am having all sord of problem that takes me to the Hard Fault inturpt . when i check the SCB->CFSR register i am getting all sord of errors like : ''the processor has attempted ...

ezrab by Associate II
  • 3187 Views
  • 23 replies
  • 0 kudos

USBTMC

Posted on July 04, 2011 at 14:17I want to implement USBTMC with STM32 USB-FS-Device lib and don't know where to start :( Any hints ?

TIM2 in STM32F100C8

Posted on June 30, 2011 at 10:25I m trying to use TIM2 as a general purpose timer to generate an interrupt at every 10mS. void Timer2_Init(void) {     TIM_TimeBaseInitTypeDef TIM_TimeBaseStructure;         TIM_TimeBaseStructure.TIM_Period = 10;    ...

ezyreach by Associate II
  • 1656 Views
  • 10 replies
  • 0 kudos

uart2 interrupts

Posted on July 04, 2011 at 10:30I can tx and rx on uart2 without interrupts, so I know the uart is setup ok.  I've enabled interrupts, (I think) but the irq handler never gets called.I've enabled interrupts in cr1, and wrote ffffffff to the nvic set...

smead by Associate II
  • 411 Views
  • 1 replies
  • 0 kudos

Core cm3

Posted on June 21, 2011 at 10:18extern uint32_t __get_PSP(void); Hello, When I compile an example, I have all these errors, they said incomptabile declaration for all the folowing list: extern void __set_PSP(uint32_t topOfProcStack); extern uint32_t...

STM32F100R4H6 SMBus interrupt problem

Posted on July 01, 2011 at 15:21HI..in attach file there's my code. i've to manage smbus using interrupt (no polling allowed). I don't understand why the interrupt doesn't start. The code doesn't me any error. Is it correct manage the smbus protocol...

STM32-F2 and STM32-F4. (Cortex-M4)

Posted on July 01, 2011 at 00:26STM32F2xx already have great computation performance for Digital Power Conversion applications. New STM32 Cortex-M4 will be even better. Has ST plans to launch an STM32 Cortex-M4 with peripherals for power conversion...

Asantos by Senior
  • 336 Views
  • 0 replies
  • 0 kudos