STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! how do i find the exact names for typedef structures

Im trying to find how to write to the common ADC registers CCR on an STM32L412. What is the name of the structure I need to use? Im trying to access the common ADC register CCR I am using the names for registers is stored under the file in CMSIS>Devi...

deep_rune by Associate III
  • 785 Views
  • 1 replies
  • 0 kudos

Resolved! Documents about CMSIS, HAL, ...

I am just a beginner with C, I set up a project with Keil MDK, the header files make me a little confused. I don't understand the meaning of "driver". The blinky project takes me a while but go nowhere.Does STMicroelectronics public any documents abo...

hhuyn.1 by Associate II
  • 612 Views
  • 2 replies
  • 0 kudos

printing parent id of folders

Hi Community, I am working on a project which has Sd card with spi and using FATFS library.I want to store id ,parent id and short filename of all directories and subdirectories not filesfor example for this diagram my output will like :id /name /par...

0693W000003QyQNQA0.png
Ekaya.1 by Associate
  • 435 Views
  • 0 replies
  • 0 kudos

Resolved! Using a copy of the STM32F413H-Disco

Hi everyone,I tried to copy the folder STM32Cube/cubeF4... so when i change something it doesn’t make any changes in the original folder, so then I compiled , the error was in main.c (#include “main.h�?) (no such file or directory).thanks

idrissmc by Associate III
  • 860 Views
  • 7 replies
  • 0 kudos

USB Host control solution for FT232R

Hi,Anyone has the USB host control solution for *FT232R* on STM32?I'm searching the solution regarding topic for a couple of weeks but I cannot.In parallel, I am studying the FTDT's VNC1/2 processor, but very expensive and I don't like this solution....

paul0208 by Associate III
  • 424 Views
  • 0 replies
  • 0 kudos

STM32F7 control by http page

Hi, I would like to control my board with http page. I created test task:void http_task(void *pvParameters) {   struct netconn *client = NULL; struct netconn *nc = netconn_new(NETCONN_TCP);   // check alloocation socket if (nc == NULL) { ErrPri...