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! How to read byte from SPI?

There is some way to read directly the byte that are send via SPI and not the int8 that is generate by the function?int8_t buffer[BUFFER_SIZE]   HAL_SPI_RECEIVE_DMA(...,(uint8_t*)buffer,...,...)​

ATeli.1 by Associate III
  • 849 Views
  • 1 replies
  • 0 kudos

Resolved! Memory issue

Dear community membersWe are using Quad SPI in stm32l476 while having a memory to read data but we are facing an issue. Garbage values when entering memory mapped mode.why is that?Thank you.

RAleo.1 by Associate
  • 941 Views
  • 3 replies
  • 0 kudos

Resolved! FOTA/FUOTA Delta firmware with STM32

I'm new to the STM32 and I wanna know how can I make a Delta firmware ? If anyone have an idea or have already worked on it, please share it with me.Otherwise, is it possible to make a program that take the initial firmware and only update the addres...

Moughit by Associate III
  • 1571 Views
  • 3 replies
  • 0 kudos

Resolved! I can't post question because I am new

It keep saying that I can't have links in my post because I am new. There are no links in my post.And because I am new, of course I have questions :(Garrett

GBren.1 by Associate
  • 586 Views
  • 2 replies
  • 0 kudos

Proper way to send 16 bit SPI data

I need to send 8 bit and 16 bit data with my 32f769. I found a register modification routine to change the bits from 8 to 16 and back. I checked the SFRs and it works (changing the bits that is),When I transmit 8 bit data, all is fine. I can send ...