STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Noisy DAC on STM32F303

Posted on August 08, 2016 at 22:39Hi, I just set up DAC output on the STM32F303 Discovery Board and I'm noticing a lot of wideband noise on the output (about .5 volts peak to peak), even when I set it to a constant value within my program. Is there ...

epalaima by Associate II
  • 358 Views
  • 1 replies
  • 0 kudos

camera project without dma to LCD

Posted on August 12, 2016 at 01:40dear all,I have studied the camera sample project, it uses dma from camera address to LCD memory address. I do not have lcd in my design, so when i run the camera project, i see one whole black image. Is there a way...

Resolved! Calculating size of used RAM at run time

Posted on August 16, 2016 at 09:56Hi all,Is there a way to calculate the size of used RAM at running time. So that I can calculate how much RAM is still available for use. Actually I have to show used RAM in percentage to my product customer.

STM32F746; USBH_Start/Stop issue

Posted on August 16, 2016 at 13:29 Hello, I want to read/write files on a usb stick in my application and I already have generated a project with the help of ST32CubeMX for my Nucleo-F746ZG board. The configuration in CubeMX is: ...

CubeMX and repository examples

Posted on August 13, 2016 at 00:31Hi, I'm new to programming the STM32 micro. That's way the Cubemx tool is very helpful for initializing the STM32. Also ther are a lot of examples in the repository, but i don't understand why the examples are not w...

STM32F103+SDIO+FatFS fault issue

Posted on August 16, 2016 at 04:31I have a project generated by ST32CubeMX that uses the SDIO hardware to talk to SD cards that is generating a hard fault when doing any sort of file access.  I'm not sure exactly what is going on since the project i...

drew by Associate III
  • 700 Views
  • 4 replies
  • 0 kudos

stm32f4 mp45dt02 sampling above 16k not working

Posted on December 22, 2013 at 14:55Hello.I'm using mp45dt02 mic on the discovery board and just forwarding data to cs43l22. For sampling freq 16k is working fine, but if I want higher Fs, it doesn't work anymore. I'm only hearing beeping/scratching...

ST32 2x7 Frame Transmission

Posted on July 09, 2013 at 08:50Good morning everyone,I'm currently working on a project with a ST32 and my goal is to be able to give him simple instruction in Modbus TCP/IP thanks to an Ethernet cable. Presently I've been able to code functions in...