Embedded computer system and its hardware configuration method
An embedded computer and system hardware technology, applied in the field of embedded computer systems, can solve the problems of inflexible debugging and defect correction, poor compatibility, etc., and achieve the effect of convenient modification and debugging and improving system compatibility.
- Summary
- Abstract
- Description
- Claims
- Application Information
AI Technical Summary
Problems solved by technology
Method used
Image
Examples
Embodiment 1
[0019] Such as figure 2 As shown, the embedded computer system hardware configuration method of the embodiment of the present invention includes the following steps: storing the hardware configuration information of the embedded computer system (step S101); writing the reading path of the hardware configuration information into the code, Compile and generate embedded computer system configuration software (step S102); when performing hardware configuration, the embedded computer system configuration software reads the stored hardware configuration information according to the read path, and according to the read hardware configuration The information initializes the corresponding hardware (step S103).
[0020] Combine below image 3 and Figure 4 This embodiment will be described in detail.
[0021] The CPU small system software usually writes the hardware configuration information related to the CPU small system in the code. The hardware configuration information includes...
Embodiment 2
[0031] Such as Figure 5 As shown, the embedded computer system of the embodiment of the present invention includes: a configuration information storage unit 101 for storing the hardware configuration information of the embedded computer system; a configuration software storage unit 102 for storing the reading path of the hardware configuration information The embedded computer system configuration software that is jointly compiled and generated with the code; the configuration software execution unit 103 is used to make the embedded computer system configuration software read the stored hardware configuration information according to the read path, and according to the read The hardware configuration information initializes the corresponding hardware.
[0032] Combine below image 3 , Figure 4 , Figure 5 and Figure 6 This embodiment will be described in detail.
[0033] The CPU small system software usually writes the hardware configuration information related to the ...
Embodiment 3
[0043] In the prior art, the CPU small system software adopts a fixed function as follows when notifying the operating system of the physical memory size: char*sysPhysMemTop(void)
[0044] {
[0045] LOCAL char *physTop = NULL;
[0046] if(physTop==NULL)
[0047] {
[0048] physTop=(char*)(LOCAL_MEM_LOCAL_ADRS+LOCAL_MEM_SIZE);
[0049]}
[0050] return(physTop);
[0051] }
[0052] Through the embodiment of the present invention, after the memory size is realized as configurable, it is assumed that the hardware configuration file is directly recorded on the flash space, and the size data of the system physical memory is stored at the 0x200 offset address; then the above notification operating system memory The size of the code only needs to be modified to: char*sysPhysMemTop(void)
[0053] {
[0054] LOCAL char *physTop = NULL;
[0055] if(physTop==NULL)
[0056] {
[0057] physTop=read the physical memory size from the hardware configuration file 0x200 in th...
PUM
Login to View More Abstract
Description
Claims
Application Information
Login to View More - R&D
- Intellectual Property
- Life Sciences
- Materials
- Tech Scout
- Unparalleled Data Quality
- Higher Quality Content
- 60% Fewer Hallucinations
Browse by: Latest US Patents, China's latest patents, Technical Efficacy Thesaurus, Application Domain, Technology Topic, Popular Technical Reports.
© 2025 PatSnap. All rights reserved.Legal|Privacy policy|Modern Slavery Act Transparency Statement|Sitemap|About US| Contact US: help@patsnap.com
