STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

ADC External Trigger

Posted on August 26, 2015 at 19:47 Hi Every One, My problem is I am not able to configure my ADC to start a conversion from external pulse, I want to use ADC_InitStructure.ADC_ExternalTrigConvEdge = ADC_ExternalTrigConvEdge_RisingFalling; ...

puneethj by Associate II
  • 1079 Views
  • 6 replies
  • 0 kudos

STM32 Category 5 EEPROM write blocking.

Posted on August 06, 2015 at 23:29I've got an STM32L151RET6. This is a category 5 device. My understanding from the manual is that the on board EEPROM is in a separate bank (0x08080000) so that writes will not block reading from program flash. Howev...

edward2 by Associate
  • 404 Views
  • 1 replies
  • 0 kudos

stm32f215 - reading pulses

Posted on August 31, 2015 at 15:30I'm working with a microcontroller stm32f215. This device have a wheel of time (single encoder) connected to PF8 pin - TIM13_ch1. How best to accomplish reading this time round? Using the capture? Using the interrup...

william2 by Associate
  • 361 Views
  • 1 replies
  • 0 kudos

UART HAL driver usage

Posted on August 06, 2015 at 16:41HelloI am using NUCLEO L053R8 (STM32L0) , Keil uVision 5.15 and ST-Link (embedded in the nucleus board). I let CubeFx a FW program using CubeFx with HAL enabled.All compiles wellI can use the the blocking transmit f...

stanzanim by Associate III
  • 470 Views
  • 1 replies
  • 0 kudos

STM32F4 Possible ADC Configuration?

Posted on August 05, 2015 at 19:29Hello all,I am using the ADC1 regular conversion or ADC1/2 dual-mode regular conversion to acquire a video signal.  The dual-mode is used at higher frame rate.  In both case, I am using the DMA. This part is working...

keaven by Associate II
  • 339 Views
  • 1 replies
  • 0 kudos

SPI1 clk problem

Posted on August 06, 2015 at 15:20Hi. I'm using STM32F107VCT6 in a project. I need to remap the SPI1 signals to pins PB5 PA4/5/6. when i send the data from SPI1, i see the waves of MOSI but cannot see the wave of SCKL (PA5). why cannot see the waves...

aubin by Associate II
  • 487 Views
  • 2 replies
  • 0 kudos

is there a way for keeping my son out of death

Posted on August 12, 2015 at 19:30hi!!!  when  using stm32f3 discovery board normally ,  the sudden  error has occurred  ,so , i send some of  picture link  about my error https://screencloud.net/v/WFYhttps://screencloud.net/v/whau  if u have experi...

search for matching string on the other string

Posted on August 31, 2015 at 07:49 hi every body i have a problem with strstr function, i receive characters from uart with interrupt & save them on the n length array(buffer array), then in main loop i check buffer with strstr funct...

mhdizgah by Associate II
  • 1137 Views
  • 2 replies
  • 0 kudos

STM32 F7 - Discovery gpio interrupts do not return to main

Posted on August 28, 2015 at 22:56HI guysI can simply not see why this is not workingvolatile _Bool DitOn = 0;volatile _Bool DahOn = 0;void HAL_GPIO_EXTI_Callback(uint16_t GPIO_Pin){ BSP_LED_Toggle(LED1); if(HAL_GPIO_ReadPin(GPIOI,GPIO_PIN_2) == GPI...

hjh by Associate III
  • 821 Views
  • 5 replies
  • 0 kudos