STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

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
  • 346 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
  • 404 Views
  • 7 replies
  • 0 kudos

Bootloader and USB detection on windows

Hello,I m a little bit lost. I want to create a midi board which plug on computer via USB port.I wanted to ask this question on stm32duino forum but seems to be down for a long time (I planned to user stm32duino to program). Can I ask question here ...

BAure by Associate II
  • 605 Views
  • 4 replies
  • 0 kudos