Keyboard Shortcuts
Likes
Search
CCDs and NVRAM
Learned a valuable less today.? I am using the Sony IP CCD modules for both TV and Receivers.? Apparently they are NVRAM hungry.? Each CCD allocates about 10KB of NVRAM.? I am just updating a program with 24 rooms and each room is mostly duplicated to make it easy to expand.? First time every that I got the warning that my program has exceeded the allotted NVRAM of a processor, PRO4 fyi.? Now to go back through and comment out the CCD's I don't need.
|
SIMPL+ NVRAM allocation was introduced in CCD Disp Eth v1.14. SIMPL compiler calls out max NVRAM allocation for the program slot after adding 20-something CCD Disp Eth v1.14+ instances. The Driver team is working to utilize SIMPL# (instead of SIMPL+) for holding the persistent data to correct this behavior. |
BR 5812 = SIMPL - CCD Display Module - v1.14-1.19 allocating NVRAM and unable to compile when using multiple instances
?
BR 5812 solved noting SIMPL+ calls storing data have been removed from v2.x modules.
In removing that code, the programmer must now send the user attribute data in at the correct time - AFTER the driver has been loaded.
The proper sequence is: Load Driver -> Loaded_FB -> Set User Attributes (including "Send it In") -> Trigger Connect
?
?
Example SIMPL programs showing this logic will be posted to the SDK-CD page resources tab soon.
? |
Can Crestron please figure out an appropriate spot for all the CCD SDK downloads?
The one that most people reference on the developer site still hosts v8, and secretly v14 has been added to a random product page? I've asked about a more recent public download of the CCD SDK for years. Where are all the versions v9 through v13 though, and how is anybody supposed to find out about this stuff?... edit: And where are the release notes in the v14.0000.0008 download? It exists in the others. :/ -- ?
Crestron Service Provider - TBD Enterprises Inc.
|
¿ªÔÆÌåÓýYou can download V14? ? Caleb Radecky |
Manager, Online Products & Services ? From: [email protected] <[email protected]> On Behalf Of
Troy Garner
Sent: Friday, May 20, 2022 17:05 To: [email protected] Subject: Re: [crestron] CCDs and NVRAM ? [Edited Message Follows] Can Crestron please figure out an appropriate spot for all the CCD SDK downloads? ? Crestron Service Provider - TBD Enterprises Inc. |
On Fri, May 20, 2022 at 05:04 PM, Troy Garner wrote:
...appropriate spot for all the CCD SDK downloads? I suspect the new SDK-CD product page is the new place to obtain the latest versions; the developer site's "Resources" section will probably point to that page in the future. The SDK-CD Release Notes appear to be hosted online, available from the download page (similar to FW Release Notes). ? ? |