STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32F107 with LWIP using CubeMX

Posted on March 21, 2016 at 19:59I've created nearly identical projects using CubeMX.First one is using STM32F107, 2 ADCs, ETH. When I compile it and run on my target (EasyMX Pro v7 for STM32 ARM), it gets to main loop without problems.The only diff...

STM32F7 Discovery USB FS CDC Host demo

Posted on March 24, 2016 at 13:11Having problems getting this to work. I discovered that optimisation may have been the cause of a couple of errors. So, if I turn off all optimisation in SW4STM32 (eclipse IDE + gcc toolchain), I can get the F7 disco...

tau by Associate II
  • 646 Views
  • 2 replies
  • 0 kudos

STM32L053R8 as USB mass storage

Posted on March 19, 2016 at 20:50Hello, I am newbie in STM microcotrollers family. Other HelloWorld project work's fine. Now I have new project, I would like show data from memory on microcontroller on my PC. I created project in STMCubeMX then buil...

mocnikg by Associate II
  • 1750 Views
  • 7 replies
  • 0 kudos

enhancing SPI flash reading speed

Posted on March 24, 2016 at 11:17I have a stm32f439 board with a 128MB SPI flash in hand, this board also has a 32MB external RAM. My target is to copy the large scale data from flash to RAM. So far I can read the data to RAM from flash by polling,...

0690X000006038HQAQ.jpg
jeff23 by Associate II
  • 1437 Views
  • 6 replies
  • 0 kudos

USB audio microphone issue

Posted on March 24, 2016 at 11:35Hi allI'm using the USB microphone example on STM32L4 nucleo board ad I've modified the source code to adapt the buffer dimention according to the synchronization of the PC request and data coming from the SAI connec...