ARM: Show function, variable (1 Replies)
Hi! It is my first post here, so don't tread on me :)! I want to ask, how to watch result of function? I don't know what to do with this - I tried "Watch 1", but I can't get satisfied result - I mean...
View ArticleARM: External interrupt for DC motor
Hello can anyone please give me a program to generate external interrupts 0 and 1 on a dc motor?
View ArticleC51: Need help in serial programming using SBUF register !!!! (3 Replies)
Actually I want to transmit 3 bits serially using AT89C51 micro-controller. I have written the code in ".c" file, using c programming trying to transmit the bits serially using SBUF register. As the...
View ArticleARM: how can i change clock frequncy in lpc1549 (1 Replies)
hello i want to change the clock frequency setting in lpc1549 ? i use Keil.LPC1500_DFP.1.2.1.pack
View ArticleNone: any way to make find less jumpy
it seems that when working with find/replace that if you take a deep breath the contents change. I just went through a major recover because the "replace this" contents changed without my request
View ArticleARM: Clock Frequency problem...? (3 Replies)
Hi, I want to read data from hm-trlr-s series 100 mW LoRa Transceiver using nucleo-L011k4 which is a platform using a STM32L011K4T6 microcontroller.. The Transceiver communicates with the MCU through...
View ArticleARM: How c code to get the address by customized section name that is in...
In Keil MDK-ARM. I can not get the address by the section name in my c code. Although http://www.keil.com/support/man/docs/armlink/armlink_pge1362065958198.htm give some explanation, but when I...
View ArticleARM: Project porting from stm32f1 to stm32l0 (1 Replies)
Hi, I'm working on a new projet with nucleo board (NFC). I use Keil uVision with a demo program provided with this nucleo board. But the project runs on a STMF103 and for the needs of my project I...
View ArticleARM: Linker Control String with FED file
When I build, I get "feedback file not found". I went into the project settings and I noticed the --feedback flag in the linker control string. How do I edit this string to delete that option? Or how...
View ArticleARM: Watch NHK Asadora Hanbun, Aoi online via FUJITV live
Asadora is short for morning drama, they are short 15 minute NHK dramas with 6 episodes a week airing at 8am and then repeating at 12pm. They normally air for months. "Hanbun, Aoi" is currently being...
View ArticleC251: Watch 2018 FIFA World Cup Russia in UK
2018 FIFA World Cup is on the way, how to watch the 2018 FIFA World Cup Final on online and mobile in UK? Do you like to watch these matches with audio commentary in the native languages of Japanese....
View ArticleC51: counter using two seven segments (1 Replies)
org 0h start: mov p1,#00000000b mov r0,#9d binaryy: mov a,p1 inc a mov p1,a djnz r0,binaryy mov p1,#00000001b mov p2,#00000000b neww: mov r0,#9d second: mov a,p2 inc a mov p2,a djnz r0,second inc p1 ;...
View ArticleNone: uVision 5 issue (4 Replies)
I am using uVision 5. However sometimes, the toolbar pictures/icons are not correct for e.g. Translate tool has a picture same as that of "New" tool, "Build" tool has same as that of "Open" tool etc....
View ArticleNone: Logical analyser Core registers (1 Replies)
Is it possible to add any of the Core (R0, R1 ... R13(SP)) registers to the Logical Analyser? Or any global kernel objects?
View ArticleNone: Keil uV5 : EXCLUDING FILES FROM A TARGET (3 Replies)
Hi All I need to do something of similar in uV5 but it seems is no more possible. http://www.keil.com/support/docs/1836.htm there is some similar way to do it in uV5? I've the same to use mainly the...
View ArticleARM: Stack relocation using scatter file (26 Replies)
I want to protect myself from stack overflow. From several articles I got the idea that I can locate the stack in the bottom of the RAM, before .bss section. Since on Cortex M stack grows down, on...
View ArticleARM: Difference between Heap in Linker File and RTOS2 Global Dynamic Memory
I'm trying out RTOS2 on STM32 Nucleo Boards I want to know the difference between 1. Heap Declaration in Liner file or in .asm file which can be set using Keil IDE or cubemx 2. RTOS2 Global Memory...
View ArticleARM: How to debug code build outside uVision using emake on Linux (7 Replies)
I'm building my code on Linux with gcc using emake. Then I followed the steps(http://www.keil.com/support/docs/2310.htm) and loaded the .elf file with debug information in Keil. It doesn't give me the...
View ArticleARM: Breakpoints don't work in source files but does in disassembly (1 Replies)
I'm building my code on Linux with gcc using emake. Then I followed the steps(http://www.keil.com/support/docs/2310.htm) and loaded the .elf file with debug information in Keil. I could do...
View ArticleARM: Configuration Wizard for setting variable names
Hi guys, I'm wishing to use the Keil Configuration Wizard to allow the entry of variable and function names i.e. #define TIMER_1_NAME timerName or #define TIMER_1_CALLBACK timerCallbackFunction...
View Article