STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM CubeMX F103 RTC settings problem

Posted on December 17, 2017 at 23:24Hi,In STMCubeMX for stm32F103CBT6, i can not set the time of RTC more than 12 !!! it shows:'HoursHours must be between 1 and 12.Diagnostic:Hour Format is 12H 'but in the Alaram value field, it can be 0-23 !!! :'Ho...

STM32F042 Bootloader via CAN BUS

Posted on June 01, 2018 at 11:21Hi all,  As a title, can I use CAN Bus protocol to update my firmware with STM32F042K6T6 ? Because our product just has CAN Bus protocol and no others. thanks a lot.

STM32L152: Connect the COMP2 output to the IO port

Posted on June 01, 2018 at 11:22I want to connect the COMP2 output to the external circuit. I know the output can be redirected to the IC channel of some timers.and I tried to use TIM2_IC4 to get the output of COMP2 but failed.Is it possible to impl...

lei yue by Associate
  • 230 Views
  • 0 replies
  • 0 kudos

TIMx become slow when enable ULP (STM32L071RB)

Posted on May 31, 2018 at 11:19My current project using STM32L071RB chip, and now encounter a strange issue, when I enable PWR_CR ULP bit thr 'HAL_PWREx_EnableUltraLowPower()', the systick (Using TIM2 as timebase) become slow. and if I disable ULP b...

dz huang by Associate III
  • 377 Views
  • 1 replies
  • 0 kudos

STM32L476XX CAN functionality Support?

Posted on May 01, 2018 at 04:19I have purchased a https://os.mbed.com/platforms/ST-Nucleo-L476RG/ board for evaluating STM32L476XX MCU. However I am interested in the CAN functionality provided by the MCU and my question is do I need CAN transceiver...

Stack DMAable Memory Address While DMA Transfer

Posted on May 09, 2018 at 12:44Hi All,I am working on STM32H743 MCU's DMA.I was doing DMA transfer on the SRAM address space 0x30000000 (data transfer of 16K). I was visualizing a situation where i put this (0x30000000) address of the sram on the fu...

USB CDC receive buffer issue

Posted on June 01, 2018 at 08:13I'm using STM32F070RBT USB CDC device to communicate with PC. CDC channel is working fine except one issue. Looks like current channel has 63 character limit. i send 500 characters but i receive only 63 in buffer but ...

Error Handler: Write to external EEPROM

Posted on June 01, 2018 at 08:01When an error occurs, e.g. byte alignment, this might not be reproducible on the bench. It happens in the wild, when no debugging is possible.Therefore the idea, all these errors have a common error handler which does...