STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Injected ADC convesion problem

Posted on March 29, 2017 at 21:00This is screenshot from ST FOC User Manual. Here is injected one ADC conversion, triggered by TIM1_CH4. I need add injected conversion on timer update event (red point - fixed, green - isn't). Is it possible?I alredy...

0690X00000606ZMQAY.png
signx by Associate II
  • 348 Views
  • 0 replies
  • 0 kudos

Resolved! STM32F030R8T6 TIM1 PWM NO WORK FOR STM32CUBEMX

Posted on March 27, 2017 at 19:20 HAL_TIM_PWM_Start(&htim1,TIM_CHANNEL_3); HAL_TIM_PWM_Start(&htim1,TIM_CHANNEL_1); HAL_TIM_PWM_Start(&htim1,TIM_CHANNEL_2); HAL_TIM_PWM_Start(&htim1,TIM_CHANNEL_4); __HAL_TIM_SET_COMPARE(&htim1,TIM_...

JACK TAN by Associate II
  • 1481 Views
  • 6 replies
  • 0 kudos

STM324x9I_EVAL and external Flash

Posted on March 29, 2017 at 14:23Hellorecenty I bought an STM324x9I_EVAL and I would try to run the STemWin_SampleDemo in the external flash. My toolchain is MDK_ARM an I use Keil 5As I know, I need Add a Programming Algorithm for the external flas...

Nickjmas by Associate III
  • 483 Views
  • 1 replies
  • 0 kudos

Difference with DMA between F746ZG and F746IG

Posted on March 28, 2017 at 15:34Hi, before receving my new board, I develop application on NUCLEO-F746ZG (at 25 MHz). I use a DMA on RX of USART3 (DMA1 Stream 1 Channel 4). All works fine. When I received new board with STM32F746IG (at 8 MHz), the ...

stm32F769I-Disco with FreeRTOS as MSC USB Host

Posted on March 28, 2017 at 12:58Hello,i am trying to read/write to an USB-Stick thru the HS USB-Port,i setted up CubeMX with FREERTOS, USB_HOST HSIP Mass Storage Host Class, enabled FATFS on USB-Disk  and set USB_OTG_HS external Phy Host_Only (besi...

Please add DBGMCU_IDCODE value in system headers

Posted on March 28, 2017 at 19:51Hello,the system headers now define many bit positions in the DBGMCU_IDCODE register. However they don't define the actual value for the device. Please, add the actual value if the IDCODE in the headers, so that code...

STM32F401 on custom board. USB doesn't work

Posted on March 24, 2017 at 19:16Hi everybody,This is my first question, I really hope you can help.I soldered a STM32F401RC on my custom board and I connected it to a mini-usb plug. In particular, I connected PA9 to Vbus, PA11 (configured as USB_OT...