STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

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
  • 376 Views
  • 2 replies
  • 0 kudos

Compilation error of Atollic True Studio for STM32F072C8

I have created project based on ChiBios rtos for STM32F072C8But I have some big compilation issue:C:\Users\vya\AppData\Local\Temp\cci1xLwQ.s:226: Error: selected processor does not support requested special purpose register -- `msr CPSR_c,#0x1F'Have ...

VYash by Associate
  • 258 Views
  • 0 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
  • 503 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
  • 1190 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
  • 399 Views
  • 1 replies
  • 0 kudos