C51: Impact of using bit instead of sbit for sfr while declaring (1 Replies)
Keil compiler doesn't allow us to use sbit in declaration file (.h - header) So I am using bit in declaration of 1-bit variable in my .h (header) file and sbit in definition (.c) file for sfr . I am...
View ArticleNone: IDE crashes every time it has to reload code
The Microvision 5 Keil IDE crashes every time there is an external code change (i.e. from git) and has to re-load the file. Regardless of how large/small the change is it will always crash. This is on...
View ArticleARM: (CMSIS + RTX) ethernet uvision 5 project asks for ST HAL library why ?...
Hi I want to make a simple ethernet project by uvision 5.2 using ST'stm32f7 series.(without using HAL library just with cmsis and RTX) when it comes to package selection cmsis ethernet mac driver asks...
View ArticleNone: How to visualize data using special programs? (1 Replies)
Hello guys! I need to visualize the data in three types of coordinate systems in space - Cartesian, cylindrical and spherical systems. What is the best way to do this? What programs for this advise?...
View ArticleDS5: how to solve the error code 0xc000000f
At the time of rebooting with the Asus Laptop I have faced the http://babasupport.org/asus/fix-asus-error-code-0xc000000f/ many times, and with that, all the screens of the laptop getting dark and all...
View ArticleNone: DevOps Training Online
DevOps Training in Chennai Hope Tutors offers the best DevOps training in Chennai with the advanced DevOps course module. We design that can fit the people who are willing to learn without any...
View ArticleARM: UNINIT section gets initialized
Hello, I am trying to define an RAM area that should not be initialized by the C library init function. I found an old thread about that (http://www.keil.com/forum/11937/) but the proposed solution...
View ArticleARM: Please help me how to add FATFS in USB hostlite for lpc1768
Hey guys i am trying to implement USB hostlite with fat32. I read your all messages and implemented those changes in my code but i did not get success yet....
View ArticleARM: CAN2_SignalObjectEvent wont catch 29bit can id
Is there a trick to get the CAN middle-ware to catch 29 bit ids? void CAN2_SignalObjectEvent (uint32_t obj_idx, uint32_t event) { if (event == ARM_CAN_EVENT_RECEIVE) { // If receive event ... } This...
View ArticleC51: ISO 26262 Compliance of the Keil Compiiler (2 Replies)
Is the Keil Compiler for the Cx51/8051 compliant with ISO26262?
View ArticleARM: Overrun Error in LPC2378 UART1 (1 Replies)
I'm interfacing GPS module with LPC2378. The GPS module is sending data continuously and the packet size is more than 100 bytes. The receiver buffer's(RBR) size is 16 bytes. As soon as GPS module is...
View ArticleARM: Remove standard include paths
I want to use different implementation of standard library with armcc, so I need to remove standard include paths. I know that it's possibly with armclang with -nostdinc option. There is an option "No...
View ArticleNone: I am not able to install my flex product (1 Replies)
Same as subject line I also cant uninstall the evaluation version I am not able to install my flex product on the client - error - "No Flex Licenses found, Disabling Flex
View ArticleNone: search, also replace, windows suddenly pick something else
This is my #1 irritant with uVision, does anyone have ideas how to avoid it (is not, but could be, always move cursor left first) Win7 pro/chrome
View ArticleARM: Keil Library Installation (1 Replies)
Hello, I'm fairly new to Keil environment, I'm hoping this right place to ask this question. I'm trying to create development environment for IOT on my Windows 10 x64 machine. I will be working with...
View ArticleARM: STR instruction in ARM assembly . (1 Replies)
STR instruction in ARM assembly doesn't work using MDK-ARM(version 5.26)& Legacy support for ARm 7. Is there any way to store data in memory from a register in ARM7?
View ArticleARM: Entering and viewing binary numbers (10 Replies)
Using: uVision 5 *** Using Compiler 'V5.06 update 6 (build 750)', folder: 'C:\Keil\uVision5\ARM\ARMCC\Bin' I'm trying to make a variable equal to a binary number, something like: unsigned char Number...
View ArticleC51: Web Error Code 9939 when licensing Cypress PSOC 4K Edition of the C51...
See also this post: https://community.cypress.com/thread/41919 While registering for the Keil PK51 license in the PSOC tools, the Keil site came up with a 9939 error. Keil updated their knowledge base...
View ArticleNone: Proper way to bit bang with KEIL (23 Replies)
Hello, what im trying to do is reverse engineering unknown device. What i need is catch a 16bytes data from it. Each clk's pulse speed is about 20 nanoseconds. I'm using stm32f4 discovery board, so i...
View ArticleARM: to store an array in flash to specific address (1 Replies)
Hi I have an array of unsigned chars, like: MyArray[10] = {1,2,3,4,5}; How to program this value in flash memory to specific address. thanks
View Article