STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32 MCO1/2 Driving a second chip XTAL input

Posted on August 07, 2017 at 06:36Hello all,In my project, I'm using the STM32F411CEU6, with a 9.6MHz External TCXO as a clock source. I would like to use the same clock to feed another chip in the board.I was thinking of using the MCO1 or 2 in orde...

0690X00000607s0QAA.png
meir3 by Associate II
  • 535 Views
  • 4 replies
  • 0 kudos

Is STM32 usable in this way?

Posted on July 13, 2017 at 12:49Dear sirs,I want to make drive recorder.I think to use, USB(Mass drive), SD card small, TFT window ,camera(I want many cameras).I do not want to make a proper product. I want only education or hobby.I found two produc...

USB OTG HNP and SRP Problem in STM32xxx

Posted on August 02, 2017 at 16:27Hello all,In USB OTG Driver SRP request after that USB_OTG_HandleSessionRequest_ISR invoking.What Need to be added to inform upper layer USB_OTG_HandleSessionRequest_ISR as per HAL Library?.  if (IsDeviceMode(&otgfs...

Resolved! Shouldn't HAL_TIM_IC_Start_IT() set TIMx->CCER?

Posted on August 06, 2017 at 18:48STM32L476-Nucleo board, with jumper wire from PA7 to PA0. Attempting to learn PWM Input Capture.GPIOA->AFR[0]:  0x20007701    00100000000000000111011100000001  PIN  0: TIM2_CH1  PIN  1:  -  PIN  2: USART2_TX  PIN  3...

Resolved! How to use HAL_HRTIM_IRQHandler

Posted on August 03, 2017 at 20:31Thank you for your patronage. I'm Japanese. I want to use Interrupt Service Routine(ISR) as shown in the picture below. So I want to use HAL_HRTIM_IRQHandler.I wrote the program as shown below, but I got an error. 

0690X00000607rqQAA.png 0690X00000607s5QAA.png 0690X00000607rkQAA.png
Ken Inoue by Associate III
  • 889 Views
  • 2 replies
  • 0 kudos

RTC sub-second (RTC_SSR) issue

Posted on February 25, 2014 at 10:22Hi, I am having troubles with the subsecond register on stm32 I have a datalogger which logs data with a timestamp. I am doing multiple logs (~30) per second, so wanted to log sub-seconds as well. HOWEVER, as soon...

Freeze in eeprom

Posted on August 06, 2017 at 09:02hello.i use stm32f030p4. i use EEPROM emulation(save 20 byte) it's work until i add more code in my project.when the code Increase  Although I dont have any error in my code but program freeze in ee_init(); and i ha...

Resolved! STM32F10X DSP Library

Posted on July 03, 2017 at 09:23Hello, Can any one help me with STM32F10X DSP Library, Where and how can I get STM32F10X DSP Library.THANXXXX.

stm32f4 Discovery UART Polling vs DMA Time

Posted on August 05, 2017 at 10:44Hello!I Have a Problem:I want to transmit Midi signals using my Discovery board in DMA mode because I need the processing power during the transfer. Midi is based on UART meaning I am using the UART Peripheral. When...

help for eeprom

Posted on August 05, 2017 at 11:49Hey I use stm32f0p4.i confused  about eeprom.i readed AN2594 Applocation note but i cant undresntands i have some question about that.1-is it trust-able to use? i don't want my data losing.2.How much byte i can save...