Quantcast
Channel: Keil Discussion Forum RSS Feed
Viewing all 3049 articles
Browse latest View live

ARM: STM32F103 - Std Periph Driver not working with bootloader (1 Replies)

$
0
0
I am running into an issue with the ST Standard Peripheral Driver. If I download my project to my STM32F103 at Vector 0x08000000, it runs fine. If I use my bootloader to load my project to 0x08004000 (I set this in the linker tab as well), it will not work. Other projects work fine when using the bootloader but this project is my first one with the Std. Periph. Driver. Does the driver expect vector 0x08000000 somewhere that I need to edit a source or header file?

ARM: Getting FileSystem example working without ULINK (3 Replies)

$
0
0
Hello, I am trying FileSystem example on FRDM K64F. However I can't get it working without ULINK. It says I need it in order to get it working. Is there any work around? Can I use serial port instead to INPUT/OUTPUT commands. Any help will be appreciated! I just tried a simple printf but can't get it out to serial port or debug printf viewer.

C51: C51 FATAL-ERROR : NON-NULL ARGUMENT EXPECTED (3 Replies)

$
0
0
I'm using Simplicity Studio with Keil C51 v9.53... I tried enabling c99 compatibility by adding "--c99" to the"Additional Flags" setting within the compiler settings in project properties. Long story short: it went from complaining about my unknown array size (in a structure) to this: C51 FATAL-ERROR - ACTION: PARSING INVOKE-/#PRAGMA-LINE LINE: C:\SiliconLabs\SimplicityStudio\v4\developer\toolchains\keil_8051\9.53\BIN\C51.exe ..\..\modbus

None: Internal fault: [0xb3b91b:5060422] compiling mbedTLS (1 Replies)

$
0
0
I'm getting an odd "Internal fault: [0xb3b91b:5060422]" during the"linking.." stage when I am trying to add the mbedTLS library to my project. I have verified this fault when compiling it for both an ST Discovery Board as well as a Nordic Kit, so it doesn't appear to be specific to my SDK or chip. The only thing that might be a little odd is that I am enabling C99. Any suggests on how to track this down or any other people seeing th

ARM: EINT3 doesn´t work on MCB1700 with LPC1758

$
0
0
Hello everyone, I have tried to make a external interrupt with any Pin of port0 and port2 to trigger a EINT3 interrupt but sadly it didn´t work have tried everything even simple programms to test the interrupt but no luck . if anyone had the same Problem as me an found a solution please help me thanks Yassin

ARM: problem with using RL_USB when remove USB flash memory?! (1 Replies)

$
0
0
Hi. I want to use RL_USB in my project for reading and writing files into USB flash memory. LPC1768 was chosen for this purpose and write and read operations are worked good. Now I want add more parts to my projects: A. When someone put a USB flash memory in board and write and/or read operations were done, the USB flash memory ejected from system by removing it from board. next time which we want to do same operations like before, it hangs and micro can not handle RL_USB functions!!

ARM: COVERAGE SAVE file format for Cortex M1

$
0
0
Hello there, I would need to know what is the format used for Keil µVision v4.23 when saving coverage information to a .kcd file I've been able to get the format for the 8051 module here: http://www.keil.com/support/docs/3269.htm Is there a similar source for the Cortex M1? Best Regards, Alois Wolff

ARM: USB HOST LPC1768 -> Reading game stick (1 Replies)

$
0
0
I want to read a game stick (joy stick and other keys) with USB interface ! I connected game stick to my Lpc1768 But I cannot read it! however I can read a MSD Flash with lpc1768. can u help me ?

ARM: PA3 GPIO problem Stm32f107 (2 Replies)

$
0
0
Hi, Here is my GPIO settings for PA3 GPIO_InitTypeDef GPIOSt; RCC_APB2PeriphClockCmd(RCC_APB2Periph_GPIOA,ENABLE); GPIOSt.GPIO_Mode=GPIO_Mode_Out_PP; GPIOSt.GPIO_Pin=GPIO_Pin_3; GPIOSt.GPIO_Speed=GPIO_Speed_50MHz; GPIO_Init(GPIOA,&GPIOSt); But GPIO_SetBits(GPIOA,GPIO_Pin_3); it doesn't work. and I can't see any voltage higher than 0.14 volt. what is my mistake?

ARM: Configure External NOR flash with STM32f429 (14 Replies)

$
0
0
Hello, I'm working on a STM32F429ZI board and S29GL128S External NOR Flash in order to save some code (images among others). I'm trying to configure the project, but I do something wrong because the KEIL finds errors. In order to generate an .FML file, I copied the project S29GL064Nx2 from C:\Keil\ARM\Flash and adapt it according to S29GL128S memory. In this project (S29GL128S), I have some doubts: 1) Is the Device of the "Options for Target" configuration STM32

ARM: Nand Flash Algorithm

$
0
0
Hi all, I am creating a FLM file for Nand Flash in Keil. So far, I am able to create a FLM file. The erase sector is working fine. The Program Function is success with hard-coded values. But if i write the buffer which is the argument of Program function , zeros are written to the Nand flash. From where does the buffer is get filled. Is there any settings to be done for this. Since i get zero values, i strongly think the buffer is not get filled. Please help me t

None: Sugesstions (2 Replies)

$
0
0
Please Add Black,White themes for editor. and restore to default.

ARM: CGI

$
0
0
Hi, I am working on HTTP server example in Keil MDK5. I would like to display certain data received through CAN to the web page. Then how to make changes to the CGI code. I hve received the values to an array.KIndly help me in this flow. Thank you

C51: Project compiles with no errors but will not build (2 Replies)

$
0
0
Hey, I've looked around on Google and through these forums. I cannot find a solution to my problem. I'm willing to try suggestions and am eager to figure this out. The problem: I have a project that is compiling without error but will not build. It looks like the linker isn't being called, but I'm not sure how to tell. I have tested building other projects on my computer for the same processor with the same version of uVision (V4.14.16.0). Other projects build correctly, so I

ARM: Discrete ??

$
0
0
Hi. O have a stm32f010 chip. It works ok and i write extreme hard core code for it. Now i want to show my hatdware skill and need to create a discrete copy of the devlopgement board with transistors and other bits. Im not interested in any usb or uart andthe boring bits yet . Who can help me with this endevor. Z answer a quick as u can.

ARM: 8bit Atmel Project not building in Keil for Cortex M3 (3 Replies)

$
0
0
Hello! I have a project of 8bit Atmel Microcontroller. I want this project to be compiled in Keil for Cortex M3 Microcontroller. But I have some issues. 1. I have an error "SFR undefined identifier". The compiler does not understand what SFR means . 2. There are 2 files with assembler code. The compiler displays a lot of mistakes in all these files. How to compile this project?

ARM: rtx rtos delay

$
0
0
Dear All, I am using STM32F373 with Keil RTX RTOS. There are a few tasks being created. all are at the same priority level. tick time is 1ms. most of the time these tasks are not active, only checking flags. if one of the flag is set, then it will start to do processing. when the processing is complete, the task will be back to checking flag(global variable). This works fine. However, when one of the task is kept busy by setting the flag for that task, something weird happens. Obs

ARM: How do I auto connect bluetooth given a BD address? (3 Replies)

$
0
0
I am trying to connect two boards (the Rigado BMD-301 and the TI CC2650 launch pad) and cannot figure a way for the Rigado to pickup and connect to the TI. We have the BD address of the TI board and need the Rigado to recognize it and connect. Has anyone done something like this before?

ARM: Problem in executing a program with LPC2129 (1 Replies)

$
0
0
I am new in embedded programming. Actually I want to run a c program that have used LPC21xx.h header file. I have tried keil uvision 5 and keil uvision 3 both. In keil uvision 5 there is no device with LPC2129 and in keil uvision 3 there is LPC2129 after selecting that device. It is giving me error like "path for toolset undefined. C:\keil\tools.ini does not contain a tool path. you have selected a device with no toolchain has been installed ." i went to c:\keil\too

ARM: Error: L6218E - Working with LCD (NXP 1788 - segger)

$
0
0
Hi, I setup a project with the help of RTE in keil v5.23 in order to work with LCD. but when I compile the project I face with this error .\Objects\lcd.axf: Error: L6218E: Undefined symbol GUIDRV_Win_API (referred from lcdconf.o).
Viewing all 3049 articles
Browse latest View live