STM32 MCUs Embedded software

Ask questions and find answers on STM32Cube packages, including HAL, LL and middleware, and expansion software.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Add FreeRTOS to Discovery Node IoT Kit

Has anyone added FreeRTOS to the discovery node iot kit?I've ported freertos several times before (and have donei t on the Nucleo f411) without issue...but it is getting hung up as I try to get it set up with the discovery kit.I am setting the sys ti...

DSabo by Associate III
  • 399 Views
  • 1 replies
  • 0 kudos

SPI bootloader fails to accept every other command.

I am trying to use the SPI bootloader on a Nucleo F446ZE board and have problems when issuing commands. The symptom is that every other command is not acknowledge and every other works fine. Trying for instance the GET_VERSION command gives the follo...

THamb by Associate II
  • 1599 Views
  • 8 replies
  • 0 kudos

STM32 Composite Device

Hi there,i am working on a composite device with STM32F4 and i got it working.I get in the device manager a MSC device and a serial com port. The issue now is i can't open the com port with any terminal program it doesn't respond.Anyone have experien...

arduo by Senior
  • 988 Views
  • 3 replies
  • 0 kudos

Could someone please carefully explain or show a Write Memory Command example (using USART)? (Ref. AN3155, pages 18 - 21) The main confusion is what to send after 'Byte 8' , below I try to show an example of writing 0x42424242 to 0x200001a0 (in RAM).

Sent: 0x7F // Test PatternReceived: 0x79 // ACKSent byte 1: 0x31    // WRITE commandSent byte 2: 0xCE // WRITE command complementReceived:   0x79 // ACK   Sent byte 3: 0x20   ...

SKitt by Associate II
  • 1046 Views
  • 7 replies
  • 0 kudos