• Insert a Marker in Keil
    Hello, i have a question.Is possible to insert a marker in the code (Keil environment). In order words I have a place in the code where you want to go back very often. There is a keyboards shortcut...
  • Keil uVision Error L6218E: Undefined Symbol APBPrescTable (referred from stm32f4xx_hal_rcc.o)
    I'm new to uVision for a University project and since trying to get my code to build on my PC at home I get this error with any code I try to compile. Anyone know any way to fix this? I've been racking...
  • keil- 10000 samples
    I want to take 10000 examples of keil. I can't get char samples [10000] either. Do you have a solution? My code is below. #include <stm32f4xx.h> #include <stm32f4xx_rcc.h> #include <stm32f4xx_adc...
  • Startup file uvision v5.26
    I got a project folder for STM32f3 Discovery board (I dont know in which IDE is written), the folder consists of the following subfolders (CMSIS, FreeRTOS, Inc, Src, STM32F30x_StdPeriph_Driver). I can...
  • How do I get the count of files in SD card interfaced to LPC2378 microcontroller via USB ?
    I want to transfer files in SD card interfaced to LPC2378 microcontroller via USB. I want to show the number of files copied in the SD card on an LCD screen. I am using Keil UVision 4 (Embedded C) and...