Forums
5
Product Forums
25
General Purpose MicrocontrollersGeneral Purpose Microcontrollers
i.MX Forumsi.MX Forums
QorIQ Processing PlatformsQorIQ Processing Platforms
Identification and SecurityIdentification and Security
Power ManagementPower Management
Wireless ConnectivityWireless Connectivity
RFID / NFCRFID / NFC
Advanced AnalogAdvanced Analog
MCX Microcontrollers
S32G
S32K
S32V
MPC5xxx
Other NXP Products
S12 / MagniV Microcontrollers
Powertrain and Electrification Analog Drivers
Sensors
Vybrid Processors
Digital Signal Controllers
8-bit Microcontrollers
ColdFire/68K Microcontrollers and Processors
PowerQUICC Processors
OSBDM and TBDML
S32M
S32Z/E
Solution Forums
4
Smart Home
Power & Energy
Mobile Robotics
Motor Control
Software Forums
16
MCUXpresso Software and ToolsMCUXpresso Software and Tools
CodeWarriorCodeWarrior
MQX Software SolutionsMQX Software Solutions
Model-Based Design Toolbox (MBDT)Model-Based Design Toolbox (MBDT)
FreeMASTER
eIQ Machine Learning Software
Embedded Software and Tools Clinic
S32 SDK
S32 Design Studio
GUI Guider
Zephyr Project
Voice Technology
Application Software Packs
Secure Provisioning SDK (SPSDK)
Processor Expert Software
Generative AI & LLMs
Topics
8
Mobile Robotics - Drones and RoversMobile Robotics - Drones and Rovers
NXP Training ContentNXP Training Content
University ProgramsUniversity Programs
Rapid IoT
NXP Designs
SafeAssure-Community
OSS Security & Maintenance
Using Our Community
Cloud Lab Forums
2
Hardware
Cloud Lab Knowledge Base
Knowledge Bases
21
ARM Microcontrollers
7
K32 L Series Microcontrollers Knowledge Base
Kinetis Microcontrollers Knowledge Base
Kinetis Motor Suite Knowledge Base
LPC FAQs Knowledge Base
LPC Microcontrollers Knowledge Base
LPCware Archive Content
MCX Microcontrollers Knowledge Base
i.MX Processors
5
i.MX RT Crossover MCUs Knowledge Base
i.MX Graphics Knowledge Base
i.MX Processors Knowledge Base
i.MX Solutions Knowledge Base
i.MX 한국어 커뮤니티 Knowledge Base
Identification and Security
3
EdgeLock 2GO Secure Service Knowledge Base
Secure Authentication Knowledge Base
Smart Cards and Secure Element Knowledge Base
Model-Based Design Toolbox (MBDT)
0
QorIQ Processing Platforms
0
S32 Automotive Processing Platform
0
Wireless Connectivity
3
Other Connectivity Knowledge Base
Wi-Fi® + Bluetooth® + 802.15.4 Knowledge Base
Wireless Connectivity Knowledge Base
CodeWarrior
0
MCUXpresso Suite of Software and Tools
0
MQX Software Solutions
0
RFID / NFC
0
Advanced Analog
2
High Performance Analog Front End Interfaces
In Vehicle Networking
8-bit Microcontrollers Knowledge Base
Motor Control and Smart Energy Knowledge Base
Power Management Knowledge Base
FRDM Training Hub
MCUXpresso Training Hub
Zephyr Project Knowledge Base
Generative AI & LLMs Knowledge Base
Embedded World NXP Connectivity Workshop Knowledge Base
Hands-on workshop in Japan (ハンズオン・ワークショップ [日本]) Knowledge Base
NXP Tech Blogs
1
NXP Tech Blog
Ideas
Blogs
フォーラム
ナレッジベース
アイデア
ブログ
NXP.COM
サインイン
ヘルプ
日本語
英语(美国) | English (US)
日本語 | Japanese
中文 | Chinese (Simplified)
Home
:
CodeWarrior
:
QorIQ用CodeWarrior
:
Re: Adding data to sdram does not increase it's size.
Adding data to sdram does not increase it's size.
すべてのコミュニティ
このカテゴリ
この掲示板
ナレッジベース
ユーザー
製品
キャンセル
提案をオンにする
自動提案では、入力時に可能な一致が提案されるので検索結果を素早く絞り込むことができます。
次の結果を表示
表示
限定
|
次の代わりに検索
もしかして:
オプション
RSS フィードを購読する
トピックを新着としてマーク
トピックを既読としてマーク
このトピックを現在のユーザーにフロートします
ブックマーク
購読
ミュート
印刷用ページ
Adding data to sdram does not increase it's size.
06-06-2007
07:39 PM
1,989件の閲覧回数
Veter
Contributor I
新着としてマーク
ブックマーク
購読
ミュート
RSS フィードを購読する
ハイライト
印刷
不適切なコンテンツを報告
I am using CW for ColdFire version 6.4
My target is MCF5307.
I have a section:
.flashdata:
{
...
} > sdram
and
.data:
{
*(.data)
} >> sdram
When I read SIZEOF(sdram) I get size of flashdata only. Can any one suggest why .data section is not included into sdram and what command should I use for that?
ラベル
(1)
ラベル
ラベル:
General
タグ
(1)
タグ:
cw_for_coldfire_and_power
0
件の賞賛
返信
すべてのフォーラムトピック
前のトピック
次のトピック
2 返答(返信)
06-07-2007
01:45 PM
803件の閲覧回数
CrasyCat
Specialist III
新着としてマーク
ブックマーク
購読
ミュート
RSS フィードを購読する
ハイライト
印刷
不適切なコンテンツを報告
Hello
It looks like it is an issue in the Linker.
Can you please submit a service request around that.
Click
here
to submit a service request.
In the mean time just define a constant as SIZEOF(.flashdata) + SIZEOF (.data)
CrasyCat
0
件の賞賛
返信
06-11-2007
12:41 PM
803件の閲覧回数
Veter
Contributor I
新着としてマーク
ブックマーク
購読
ミュート
RSS フィードを購読する
ハイライト
印刷
不適切なコンテンツを報告
Thank you.
I entered service request.
0
件の賞賛
返信
返答を投稿