STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Data from ADC to USART

Posted on April 11, 2013 at 23:06 Hello, what changes must be performed in following code in order to send acquired data from ADC to USART and not to LCD (as it is now)? /** ************************************************************...

hospodar by Associate III
  • 568 Views
  • 4 replies
  • 0 kudos

STM32F103RB CAN PINS PROBLEM

Posted on April 11, 2013 at 16:03 Hi, I have a problem with the CAN keil example for mcbstm32 board. I use this example a lot with the remap for CAN so the pins are PB8 and PB9. That is theDefault configuration for the board. I tried to chan...

felipe by Associate II
  • 498 Views
  • 4 replies
  • 0 kudos

pwm with a voltage between 1v and 3v3

Posted on April 08, 2013 at 06:28Hi all,i have a problem, i have 6 complementary pwm (TIM1) and i used ADC to change the duty cycle. this my main function:int main(void){          /* System Clocks Configuration */  RCC_Configuration();  /* GPIO Conf...

STM32F4 DISCOVERY on eclipse

Posted on April 10, 2013 at 14:51Hi, Am programming an STM32F4 Discovery on eclipse , i staeted with the IO_Toggle example but i got this errors : Symbol 'GPIO_Pin_15' could not be resolved Symbol 'RCC_AHB1Periph_GPIOD' could not be resolved   Des...

STM32F4 ADC polled

Posted on December 12, 2012 at 15:06 I am trying to use the STM32F4 ADC1 in a simple polled loop. HCLK is 168MHz. My code calls RCC_Configuration_Adc1, GPIO_Configuration_Adc1, ADC_DeInit and ADC1_Configuration then goes to the main loop...

John F. by Senior
  • 1468 Views
  • 9 replies
  • 0 kudos

STM32 CAN: Having trouble with baud rate

Posted on April 10, 2013 at 15:17 Hello! I'm working on bringing up the CAN peripheral on a STM32F207VCT6 part. I followed the CAN Programming Example in the Peripheral Driver Library manual (pertinent lines highlighted in red:( ...

HardFault Handler occurs with the memcpy function

Posted on April 11, 2013 at 10:52void DMA2_Stream2_Rx(void) {   USART_ITConfig(USART1,USART_IT_RXNE,ENABLE);   USART_ITConfig(USART1,USART_IT_ORE_RX,ENABLE);   USART_DMACmd(USART1,USART_DMAReq_Rx,DISABLE);                       memcpy(&mbdCurRxDNode...

gaojian by Associate II
  • 1179 Views
  • 7 replies
  • 0 kudos

stm32F4Discovery overCurrent

Posted on April 11, 2013 at 13:48Hello,Accidentally i have make a connection between V and GND, and since my card put off LD8 that show that my card is overcurrent. What can i do ? is there a protection composant that i need to change ?Thanks

malloc hard fault with code offset

Posted on April 11, 2013 at 13:35I have a problem with malloc when I move my FW to offset code location. In the past I use malloc with no problem where my APP sit on 0x08000000, but now it make a hard fault in the middle of the malloc asm where my c...

Barbie by Associate II
  • 319 Views
  • 1 replies
  • 0 kudos