C51: How to address the ports of the processor? (5 Replies)
How to address the ports of the Teridian 71M6541FT processor, when developing software in the µVision program on C? Ports list: SEGDIO0 – SEGDIO14 SEGDIO19 –...
View ArticleARM: ERROR DETECTION (1 Replies)
Hello, when am working with embedded c code i can see the error "cannot open source input file "xxxx.h", after 'build target'? How to include header files to this Programming ?
View ArticleC51: How to address the ports of the processor? (1 Replies)
I address from the µVision program to the ports of the Teridian 71M6541FT processor by name. The list of ports: SEGDIO0 - SEGDIO14 SEGDIO19 - SEGDIO27 SEGDIO36 - SEGDIO39 SEGDIO44 SEGDIO45...
View ArticleARM: Simulation (2 Replies)
Hello How can I get a simulation for stm ICs ?please help me .with thanks
View ArticleARM: Placing sections at a specific address (3 Replies)
I used the following code to specify the address of variable bar at 0x4000 and the address of function fun at 0x8002000. int bar __attribute__((section(".ARM.__at_0x4000"))); void fun(void)...
View ArticleNone: I installed the nRF52840_xxA paka but cant add device (1 Replies)
I installed the nRF52840_xxA paka but cant add device on the target driver setup , it won't appear in the add option, it seems to be looking .flm files in ARM/Flash folder, the intaller placed the...
View ArticleNone: can't add nRF52840_xxA in device Database (1 Replies)
Hi can't add nRF52840_xxA in device Database I do find the component in the list but the 'Add' Option is not enabled
View ArticleNone: Spot the errors. (3 Replies)
Hey guys. I'm just learning the basis of embedded with Keil. I'm working on the 8051. Doing this program to find the factorial of a number. Got the code online and I can't understand why it won't run....
View ArticleARM: Download KEIL uVision 4 (12 Replies)
Hi! Please tell me from where can I download KEIL uVISION 4 and other older versions if not here on the official website. Thanks
View ArticleARM: Breakpoint in call to _sys_command_string (1 Replies)
When starting a C++ int main(void) project in debug mode, the routine _sys_command_string gets called. Why? The main routine has no parameters. And why is there a breakpoint instruction in this...
View ArticleARM: MCB2300 3.1 Blinky Program (2 Replies)
Hi, I have this board, cannot find install disk. Looking to either download the whole disk or at least the blinky program for this board. Regards, Dana.
View ArticleARM: Read Analog Voltage from Potentiometer (2 Replies)
Hi Keil Users, Good day. I'm trying to read analog voltage from potentiometer and show the value in Keil. I tried to use adruino and it works. Can anyone convert below arduino command to Keil? I'm...
View ArticleARM: USB MSC write on SDCard fail (while read works) (1 Replies)
Hello together, i am using the RL_ARM Library (newest version) for USB MSC Device and MCI (SD Card). In Windows the SD-Card is correctly shown and i am able to transfer files from SD-Card to PC. But,...
View ArticleARM: Translate Linker of the GCC Compiler to the ARM Compiler (2 Replies)
Hello, I have a linker with extension .ld (is the format of the linker using the GCC Compiler (GNU)) and I want to translate it to the scatter linker with extension .sct. I have some doubts in the...
View ArticleC51: C51 CMake
Has anyone been successful using CMake to build your projects? I'm trying to using Conan.io; all our other projects use it. Conan integrates well with CMake. Thanks.
View ArticleC166: xc164cs
Hi I need a video of how to record with the ulink2 the xc164cs microcontroller in jtag. I need to remove the firmware from one xc164cs and write to another xc164cs...
View ArticleARM: Has any one tried this method?"programming without...
Hey guys. I'm trying to lean how to work with stm32f2 series of microcontrollers.I just was very successful in lpc1768 and i programmed every thing i wanted using the user manual and the registers.I...
View ArticleARM: Where are downloads of example USB device projects? (1 Replies)
Where can we download example project for the composite USB device tutorial http://www.keil.com/pack/doc/mw/USB/html/dev_comp_tutorial.html and other USB device examples? The target arch is STM324xxx....
View ArticleARM: How to trace the root cause of HardFault Cortex M3 with .lst file? (6...
Dear All, Now I'm trying to trace the root cause of HardFault Cortex M3 with .lst and tarmac0.log files. Currently problem is that I'm not sure how to trace the root cause when I come across...
View ArticleNone: STM32F407VGT6, sending data to USB flash drive, license trouble
Hello, I'm using STM32F407VGT6 and Keil µvision v5 with MDK-Lite license. My teacher commised me to make a project which assumes sending data from the accelerometer to the USB flash drive....
View Article