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

Why does my UART gives a cannot access memory error

Hey everyone,When using the default project generated my UART works fine and I can see the output on my Putty terminal. Now for my application I'm trying to move the UART object to another file.UART.cpp:class UART { public: UART(); private: UART_Ha...

0693W000008wUyXQAU.png
Jvan .10 by Associate III
  • 746 Views
  • 3 replies
  • 0 kudos

Can I join a later workshop?

I was registered for tomorrow 11th March, but cancelled as the board hasn't arrived. I just spoke with FEdex and it's still clearing customs. Is there a later workshop I can attend?

PStan.2 by Associate
  • 1105 Views
  • 5 replies
  • 0 kudos

How to (successfully) apply mutex for queueing SPI jobs?

I'm trying to implement a queue system for external storage attached to the SPI. I have three parts:Add an item to the queueProcess an item from the queueHAL_SPI_RxCpltCallback (my implementation to override the weak default implementation)In doing s...

NSR by Associate III
  • 1368 Views
  • 3 replies
  • 0 kudos

Read FMC NAND memory at same speed as write.

When writing to FMC NAND address, FMC_NCE goes low at beginning of first write and then only comes high at end of last write. I can write 0x1000 words at 10MHz using a 60MHz FMC kernel clock. Therefore with the minimum SETUP, WAIT, and HOLD time, it ...

SBrow.2 by Associate II
  • 1114 Views
  • 4 replies
  • 0 kudos