STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

FreeRtos Runtime Stats

I am experimenting FreeRTOS to learn how to use it and CubeIde.  Simple stuff right now.  I am attempting to implement the runtime stats as described in  V10.1 FreeRTOS Reference Manual (p 86) and am having two problems.First, the TaskStatus_t {pxTas...

Resolved! "Built in DFU firmware"... Not working?

It is my understanding from watching this video from ST: https://www.youtube.com/watch?v=Kx7yWVi8kbUThat many STM32 chips come with a built in bootloader in ROM that can be accessed by pulling the BOOT0 pin high. However, I just took a couple of bran...

devinw by Associate III
  • 3188 Views
  • 12 replies
  • 1 kudos

Resolved! mbedTLS client example STM32Cube_FW_F7_V1.17.0

Hi, I'm running the following example project:STM32Cube_FW_F7_V1.17.0\Projects\STM32F769I-Discovery\Applications\mbedTLS\SSL_Clienton the development board STM32F769I-Discovery.Seems like the application uses the .h file STM32Cube_FW_F7_V1.17.0\Middl...

Jonas_A by Associate
  • 121 Views
  • 1 replies
  • 0 kudos

Resolved! Migrating project from Nucleo to custom board

Hi,I've a project that has quite a lot of peripheral configurations, plus code, based around Nucleo H755.Now I need to port this into a new project based on the same chip (STM32H755ZIT6) but targeting my own board design. I will be using the same per...

bramble by Associate III
  • 161 Views
  • 2 replies
  • 0 kudos

Should DMA variables be volatile

I am using the DMA in a few places. I am wondering should these variables be volatile. As it is, the compiler has no idea when the data will be read from or written into these variables. When that is the case, shouldn't you make the variable volatile...

Carl_G by Senior II
  • 527 Views
  • 14 replies
  • 9 kudos