STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32G0 conterpart for STM32F0's GPIO_SetBits ?

Hello there,I am porting the implementation of a specific component that's currently working together with a STM32F0 to work with a STM32G0.Most of the functions need to be changed from the old implementation to its STM32g0_ll_xyz.h counterpart, but ...

Can the L4R5 OCTOSPI interface be configured as a slave

Hi,Can the L4R5 OCTOSPI interface be configured as an SPI or Hyperbus slave so that it's flash memory can be accessed and addressed via SPI from a master device?Is it possible to configure the L4R5 OCTOSPI so that the device appears as an external fl...

JButl by Associate
  • 441 Views
  • 2 replies
  • 0 kudos

STM32H7 datasheet SPI characteritics are not clear

Hello,The SPI characteristics in the STM32H753 datasheet are not clear (for me at least):What does "slave receiver mode" means ? Is it half-duplex or simplex communication ?Right now I'm able to communicate between two STM32H7 Nucleo boards connected...

0690X00000AQyN2QAL.jpg
Gpeti by Senior II
  • 619 Views
  • 6 replies
  • 0 kudos

Resolved! Force DMA stop for Burst mode on stm32f7xxx

Hi,I am working on eval stm32f769. I have used DMA burst mode in circular.I want to forcefully abort DMA stream and DMA, so that on I can restart DMA burst with different sequence.I have used HAL_TIM_DMABurst_WriteStart() API for starting burst mode ...

phenom by Associate II
  • 1425 Views
  • 7 replies
  • 0 kudos

DMA burst sequence does not gets started immediately

Hi All,I am using STM32F779I- eval kit.I am using DMA Burst mode. I have created two buffers(buffer1 and buffer2) with different sequence.Lets say Buffer1 with sequence 1 is running using HAL_TIM_DMABurst_WriteStart () HAL API. In between of sequence...

phenom by Associate II
  • 466 Views
  • 1 replies
  • 0 kudos

Resolved! input capture problem in coding

Hi friends, i am capturing frequency using timer pins(Input capture mode).MCU = stm32f103c8t6Software = Keil uvision 5Debugger = st-link v2I capture frq using timer 1 ( TIM1_CC_IRQn ) channel 1 which is A8, which works awesome.I tried s...

svraj by Associate II
  • 779 Views
  • 2 replies
  • 0 kudos