STM32 MCUs Products

Ask questions, find answers, and share insights on STM32 products and their technical features.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! CubeMX I2C Configuration issue with STM32H753IIKx

Posted on June 07, 2018 at 12:55Hello,I've created new STM32H753IIKx project with CubeMX(Ver4.26.0), and changed the I2C1/I2C2 setting into 'I2C' from 'Disable' in Pinout tab.And, switch to Configuration tab, open the I2C1 Configuration, move to GPI...

DMA_DeInit implementation CCR overwrite?

Posted on June 20, 2018 at 18:27In the stem32f10x_dma.c the DMA_DeInit function has the following lines: /* Disable the selected DMAy Channelx */ DMAy_Channelx->CCR &= (uint16_t)(~DMA_CCR1_EN); /* Reset DMAy Channelx control register */ DMAy_Channe...

STM32F042 Is HAL_CAN_ConfigFilter() required?

Posted on June 18, 2018 at 23:06 I'm trying to get an interrupt-driven CAN receiver working on a STM32F042K6- but I'm not having much luck. I'veconfigured the CAN module in CubeMX and the code it generates makes sense to me - and seems to match t...

STM32F3 Interrupt and timers

Posted on June 21, 2018 at 10:56I am running STM32F303VC.I require an IRQ on GPIOE_Pin_15  ---> TIM2_Channel_1My typical Frequency range is from 5 Hz - 500HzThis is required to provide me with a number of ticks between the 2 interrupts.  The result ...

kim by Associate
  • 850 Views
  • 3 replies
  • 0 kudos

STM32L496ZG flash program issue

Posted on June 21, 2018 at 00:57Hi,I am working on STM32 flash program using a sample program from V1.11. The program is pretty straight forward. Erase ADDR_FLASH_PAGE_16 to ADDR_FLASH_PAGE_255 then program.The program stuck in HardFault_Handler doi...

LL_GPIO_Init on STM32F103

Posted on June 20, 2018 at 23:24I am trying to initialize GPIO ports on STM32F103C8 using the LL library. When I set up pin PC13 by a sequence of individual calls (LL_GPIO_SetPinMode, LL_GPIO_SetPinOutputType), it is initialized correctly. However, ...

stm32L432(32 QFN) usart2 + lpuart tx possible?

Posted on June 21, 2018 at 20:35Hi,With the cubeMx tool, when i use usart2 , the lpuart can not be included.But when i set as bellow, is it possible to use usart2 tx/rx full duplex, and lpuart tx only ?-- as follows--Usart2TX : PA2RX: PA15LPUARTTX :...

isjeon by Associate II
  • 612 Views
  • 1 replies
  • 0 kudos

Execution time in STM32

Posted on June 20, 2018 at 13:08What is the best way to find the execution time of a particular section of code in the STM32 microcontroller? Except checking on DSO.Majerle.Tilen.001‌null

pjn by Associate II
  • 5925 Views
  • 7 replies
  • 1 kudos

Resolved! STM32F746 slower then STM32F407???

Posted on June 20, 2018 at 13:46As i had lack of speed while using stm32f407 disco, i ordered stmf746 nucleo-144. And What suprised me was that it is slower then stmf407, despite that stm32f07 168 max mhz, and stmf756 is up to 216Mhz. I configured m...