ARM: Error: L6320W: Ignoring --entry command. Cannot find argument...
.\Objects\test.axf: Error: L6320W: Ignoring --entry command. Cannot find argument 'Reset_Handler'. I have just created a sample project and added one C file to the workspace while building the target,...
View ArticleARM: STM32F7: problem with ADC to memory DMA transfer (6 Replies)
Hello, I work on a project using the STM32F765. I want to convert a number of adc channels in a sequence, and use DMA2 to transfer the ADC-results into the memory. I didn't find an example in the...
View ArticleC51: WARNING: UNDEFINED IDENTIFIER (3 Replies)
I am working on a program based on LPC2148. Included header file #include <LPC214X.H>. But identifiers such as PINSEL0, IODDIR0, IOSET0, IOCLR0 are showing as undefined identifier. May i...
View ArticleARM: Error with ASM code (3 Replies)
Hi, I am getting this error when executing a small asm code .\Objects\ex4.axf: Error: L6200E: Symbol SystemInit multiply defined (by system_lpc17xx.o and p1code.o). Rgds, Leena
View ArticleARM: Usage of KEIL EventRecorder with EventRecordData() for struct data
I'm currently using the KEIL EventRecorder to debug my firmware, and amazed how well it works, but still do have some need for a helping hand / some advice. What I'm trying to implement is a event...
View ArticleARM: Error with ASM code - Leena Chandrashekar
http://www.keil.com/forum/61693/ This is still a current issue after a ~year? Are you a teacher? Duplicate symbol? Means you've defined the SAME THING TWICE, decide which one is valid and which one is...
View ArticleARM: Code coverage reports automatization
Hello! I'm using Jenkins to implement continuous integration of uVision auto-tests. Now i'm stuck on my quest to implement code coverage reports. Is there any mean to internally generate uVision code...
View ArticleARM: COMPILER FOR LPC2148 (3 Replies)
Hi guys! I want to program LPC2148 arm microcontroller chip. I have downloaded the latest version of MDK-ARM and installed it but it does't have the above mentioned microcontroller that I want to...
View ArticleARM: DISPLAYING WEB PAGE USING HTTP SERVER (2 Replies)
Hello, I have a problem while dealing with the HTTP server sample code in Keil5. the lan is connected. sometime after ip address of the board given the access will be denied and web page is not...
View ArticleARM: HTTP SERVER (1 Replies)
Hello, While dealing with HTTP SERVER sample code given by Keil, is there any need to load the program into a different location with the help of memory mapping as shown in the datasheet.
View ArticleARM: LPC1788 nandflash use RL-flash FS err
hi, I use Rl-flashFs driver Nandflash in LPC1788 microchip but Reading and writing large amounts of data is always wrong as: write 16Mbyte data 0x00 Read out after the comparison found that every...
View ArticleNone: Printing name in Lcd (19 Replies)
hi all.... This is Gaurav Kothari. I want a very small help from you. As i new to programming part, i started my new project of hello world. my lcd prints it perfectly But now i want my lcd to ask the...
View ArticleARM: PC Lint problem
Hi forum users, I have installed PC-Lint, and trying to check my project. I am using "Multiple Files" in PC-Lint options, I have tried both options (Adding headers automatically and manually), and I...
View ArticleC51: Unable to license Keil 8051 for simplicity studio (3 Replies)
Hello, i am unable to license Keil 8051 compiler for simplicity studio. I filled out the form: http://www.keil.com/license/install.htm and i also received a License ID but if i copy and paste this...
View ArticleARM: SWCLK vs. GPIO (1 Replies)
Because of an design fault, we have wired the CLK input of a SPI like sub-chip with SWCLK pin (PIO0_10) of an LPC1343 Cortex-M3. This prevents from debugging this SPI like interface and the sub-chip...
View ArticleARM: can with usb
Does anyone have experience with the st32f205/207 using both usb& can? //really? "both usb @nd can" Messages cannot contain the spam word "husb@nd". Fix your spam filter guys......
View ArticleNone: MDK-Arm Cortex-M0/M0+ license
Good morning, I have just installed the MDK-Arm Cortex-M0/M0+ for Stm32F0/L0 and I have licensed it through the License ID Code provided on Keil Website. I have noticed that the 'Support period...
View ArticleARM: example project dedicated for STM32F429I doesn't work !!
Hi, I am using an STM32F429I DISC1, I wish to flash it with an example project consisting of displaying a message on the LCD screen. Even though, It doesn't work correctly : only the part of the LEDs...
View ArticleARM: date/time as string
I have the following code that sets the date & time: date_time_get_current_time(¤t_time); if(current_time.hours > 4 && current_time.hours <10) { When...
View ArticleC51: Can u please help me resolve errors (3 Replies)
#include<reg52.h> //header file #define lcd P2 sbit rs=P3^7; sbit rw=P3^6; sbit en=P3^5; sbit start=P1^2; sbit stop=P1^1; sbit buzzer=P1^0; sbit slide_sw=P1^4; sbit relay=P1^3; void...
View Article