STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

How to configure the NSS with software

I have the problem that I don't get the NSS configured correctly on my SPI transmission. I should get according to reference Manuel a NSS signal that switches just before the first bit and just after the last bit. I send several different data one af...

MHeid.4 by Associate
  • 684 Views
  • 1 replies
  • 0 kudos

Resolved! Executing code from RAM problems

I'm developing application on stm32H7 and a need to execute small function from RAM. I add RamFunc derective, and describe in linker *(.RamFunc) in .data section. As a result, i certainly see, that function code moved to RAM address space. I compare ...

Iivan.1 by Associate II
  • 1695 Views
  • 6 replies
  • 0 kudos

Problem with Single Step STMF7

Posted on December 07, 2016 at 21:47 There is a problem with IDE debuggers for STMF7, and as I understand, all ARM M7 core based processors. With other CORTEX controllers, when a debbuger pauses or hits a breakpoint, the debugger stops interrupt pr...

Howto implement I2C slave clock stretch timeout.

Hi,I like to implement a I2C slave on a STM32G081 with using stm32cubeide.Basically, it is working.Sometimes, the system communication stuck while a transaction on the STM32 I2C slave is active.How can I implement a clock stretch timeout on slave sid...

MScho.15 by Associate
  • 512 Views
  • 1 replies
  • 1 kudos