keil
Feasibility of using the same code on both embedded and Windows platforms
We have a program written in VBA that is running on Windows machines. We have a very similar program written in ANSI C, using aKeil IDE and compiler that is running on an STR9x uP.[详细]
2023-04-11 06:16 分类:问答How to add memory to the heap at runtime?
I am using Keil\'s ARM-MDK 4.11.I have a statically allocated block of memory that is used only at startup.It is used before the scheduler is initialised and due to the way RL-RTX takes control of the[详细]
2023-01-27 08:54 分类:问答How to place a variable at a given absolute address in memory (with GCC)
The RealView ARM C Compiler supports placing a variable at a given memory address using the variable attribute at(address):[详细]
2023-01-22 16:29 分类:问答How do I execute a function from RAM on a Cortex-M3 (STM32)?
I\'m trying to execute a function from RAM on a Cortex-M3 processor (STM32). The function erases the and rewrites the internal flash, so i definitely needs to be in RAM but how do I do that?[详细]
2023-01-03 17:28 分类:问答need help configuring port to input in 8051
The connection is as followsAn infrared sensor circuit which yields 0 or 5v depending onclosed or open circuit outputline to port 2_0 pin of microcontroller 8051 philips.Problemis when i do this the c[详细]
2022-12-30 01:46 分类:问答Ways to divide the high/low byte from a 16bit address?
I\'m developing a software on 8051 processor. A frequent job is to divide the high and low byte of a 16bit address. I want to see there are how many ways to achieve it. The ways I come up so far are:[详细]
2022-12-25 03:40 分类:问答JXTable listen to sort and sort a similar table the same way
I have a number of JXTables which all have the same columns (bu开发者_如何学Pythont different data). You can sort the data by clicking on one the header of one of the columns. What I want now, is that[详细]
2022-12-16 15:05 分类:问答