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

STM32f4 External Interrupts Vectors Configuration

Posted on August 02, 2012 at 07:05Hi, I have a query about  STM32 External Interrupts. STM32f4 has 16 External Interrupts. But the problem is there are only 5 Interrupt Vectors available in the ST firmware library. EXTI0_IRQHandler(void); EXTI1_IRQH...

STM32F107VB excute ''error 65 violation at 0x40021000''

Posted on August 02, 2012 at 13:05I received an error message in simulation as 'error 65: access violation at 0x40021000: no 'read' permission'. I have no idea about this error, should i modify debug setting? or I might loss something ? Thank Envi...

flyclown by Associate
  • 719 Views
  • 2 replies
  • 0 kudos

WKUP2 Operation on STM32L152-EVAL

Posted on August 02, 2012 at 17:12Hello, I'm hoping someone can either confirm or deny what I as seeing.I've modified the PWR STANDBY example to check the working of all three WKUP pins.I seem to have a problem when I enable WKUP2.If I only enable W...

STM32F4Discovery USB with 2 Virtual Com Port

Posted on August 01, 2012 at 19:01Hi,currently i 'm trying to get 2 virtual com ports running via usb cdc implementation. The cdc implementation with 2 interfaces (without iad) uses the virtual com port driver von St and it works fine. Now i try to ...

Run code in SRAM in ASM

Posted on January 05, 2012 at 04:46Hi, I'm quite new to the STM32 and am trying to run code in internal SRAM, but cannot find a lot of information about it.This is what I have been doing:1) Copy code block to SRAM (with LDR and STR) starting at 0x20...

knabbers by Associate II
  • 2580 Views
  • 11 replies
  • 0 kudos

Use ADC1's 2 Channel Problem

Posted on August 01, 2012 at 10:34uint16_t Read_OPTOLed_ADC1(void) {     ADC_RegularChannelConfig(ADC1, ADC_Channel_14, 1,    ADC_SampleTime_71Cycles5);    ADC_SoftwareStartConvCmd(ADC1, ENABLE);        while(ADC_GetFlagStatus(ADC1, ADC_FLAG_EOC) ==...

ST-Link Daisy Chain

Posted on August 01, 2012 at 12:09Hi, I have a board with an STM32 and FPGA whose JTAGs are chained. Using a Ulink I am able to program the MCU. I wanted to try using the ST-Link, but it has no configuration for a chain (Setting the Instruction Regi...

moshe by Associate
  • 444 Views
  • 0 replies
  • 0 kudos