STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! AzureRTOS NetxDuo HTTP Server and FileX

Hi FolksI have few question about HTTP server  if someone here in the started playing with it.As i have plenty of flash on the MCU i opted to store a simple html page directly on the mcu flash memory (like done with mkfsdata.exe on LWIP).Streaming ou...

Resolved! FR_NO_FILESYSTEM error || SPI + FatFs + SD card

Hi guys, I'm hoping to find a wizard at FatFS who can help me. So my current set up is, stm32f446re microcontroller, with this micro SD card adapter, I have two SD cards at my disposal, a 2GB Sandisk card and a 16GB Samsung SDHC card. Both cards have...

CReze.1 by Associate II
  • 1964 Views
  • 2 replies
  • 0 kudos

Resolved! STM32 compiler and linker manuals

Hello,does it exist a compiler and a linker manual for STM32, where I can find, for example, a clear description of the usage of the __attribute__() keyword, or instructions to modify the linker script file?Thank you,Carlo

CTabo.1 by Senior
  • 1544 Views
  • 4 replies
  • 2 kudos

Resolved! How fast is ADC able to work with USB?

Hello, I am trying to send ADC data (12 bit) to pc with USB as fast as possible. Now I am using STM32F405 and configured ADC like picture below. Those data of ADC is transfered to the pc by interrupt of DMA which is cirucular mode. And the data trans...

SShir.2 by Associate II
  • 2459 Views
  • 5 replies
  • 0 kudos

I am trying to use the FatFs middleware but get stuck in HAL_Delay() when trying to turn the power on to SDMMC. Could someone explain why this might be happening or point to a solution for this. I put the backtrace from gdb in the details.

#0 0x0800add0 in HAL_Delay (Delay=2) at Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal.c:378#1 0x0800b9ec in SDMMC_PowerState_ON (SDMMCx=0x40012c00)   at Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_ll_sdmmc.c:316#2 0x0800c4fe in HAL_SD_InitCard (hsd=0...

SPate.4 by Associate II
  • 1214 Views
  • 5 replies
  • 1 kudos

Increasing Resolution of OV5640 Camera

Hi,I am using the STM32H747I-DISCO board and B-CAMS-OMV daughterboard with integrated OV5640 image sensor to test out using a camera on an MCU. I have been using this example as the base code I am working with but have modified it to communicate imag...

Drew M by Associate II
  • 7454 Views
  • 2 replies
  • 0 kudos