Questions tagged [stm32f4discovery]

Evaluation board from STM. Based on the STM32F407VGT6, it includes an ST-LINK/V2 embedded debug tool, two ST MEMS, digital accelerometer and digital microphone, one audio DAC with integrated class D speaker driver, LEDs and push buttons and an USB OTG micro-AB connector.

542 questions
-3
votes
1 answer

mikroC for ARM shows error while defining char variable

I was trying to build my project but I got this error I really don't understand the problem I've tried to define the variable this way: char*c=malloc(100); and even this way: char c; Thanx
-5
votes
1 answer

Writing stm32 ADC values to SD card

I can't read uint data(in text file) from sdcard which has been written from stm32 adc. I am able to write data to sd card but weird symbols appear when I open txt file in my latop. I am using SDIO and FATFS
1 2 3
36
37