Re: Crashing CCES after setting user heap
MikeSmithCanada wrote: Still working along the same lines of putting some data in a specific memory location ... which means that bank("bank_internal") and bank("bank_external") are either both in or...
View ArticleRe: Crashing CCES after setting user heap
MikeSmithCanada wrote: SO have worked out thatint *thing = new (1) int is allowed butint *thing = new (heapName) is notHi, That is correct. I believe there's an existing enhancement in our bug tracking...
View ArticleAD8264 with ADC
Good day!I am going to use AD8264 with ADC ADS5482. For a full-scale differential input of ADS5482, each of the differential lines of the input signal swings symmetrically between (3.1 V + 0.75 V) and...
View ArticleRe: Problems porting BF518 POST to CCES
Hi Matt, The interrupt() functions that were used in VisualDSP++ to install interrupt handlers is not available in CCES. Instead we provide the Interrupt Service from the System Services library, which...
View ArticleRe: Problems Using VBSCRIPT to command the BTC automation interface
Hi Graham, I was using this functionality over VBScript just last week and didn't notice any issues. Could you provide some additional information, like what processor you're targeting, whether...
View ArticleRe: namespace vs. assembly
C++ identifiers are "mangled" according to the compiler's internal name mangling rules when generating assembly for them. For example, a variable 'foo' in namespace 'bar' would turn into '_foo__3bar'....
View ArticleRe: Custom device programmer driver for AT25256B and cldp
Hi, When an error "could not write file, load will not complete" is issued it typically indicates that there is a problem with the driver or the target. Do you have more than one custom board you can...
View ArticleRe: ADuC7126 PWM is glitchy in standard mode
I am trying to get information from the designers to detail any known differences in PWM from 7026 to 7126. This will probably take another week.In the meantime can you please clarify a point: In...
View ArticleRe: Problems obtaining output on the BF527 LCD for LCDColorBar example
Hi sir,I need BF527 connect with visual dsp++ 5.0 version.where to find example program on those things.what are step i follow because i am new to dsp++.please suggest me what i do?
View ArticleRe: ADXL362 and Photosensitivity
Hi Max, What you described looks correct to me. ADXL362 used overmolded laminate package, the bottom and side edges of the laminate could be exposed to light. Although there are metal traces embedded...
View ArticleRe: ADUC 7024 eval board I2C slave
If you experience problems with running your software project on Analog Microcontrollers,please provide a minimal, but complete project, executable on an evaluation-board asZIP-file attachment to your...
View ArticleRe: One question for your AD8330
Hi Jino,Sorry to late!And thank you for you instruction.It means that we can use this device.So I will proceed this to forward.Kaos
View ArticleRe: Problems obtaining output on the BF527 LCD for LCDColorBar example
Hi Ram, The best place to start would be the VisualDSP++ Getting Started Guide. This provides an overview of the VisualDSP++ toolchain, a basic tutorial on how to create a session and how to...
View ArticleUsing AD7999 IIO driver
We've hooked up an ad7999 to the I2C bus of a Zynq 7015 (connected via MIO). I added the ad7999 from the staging area to the kernel config, and on the devicetree using the following snippet:...
View Articleparallel assembly question
hi!i'm looking for the fastest way to clear the Content of a Memory area.so[I++]=R0 in a Hardware Loop is possible is there a faster way by using Two Parallel Memory Access Instructions ?? mnop || r1 =...
View ArticleRe: Re: ADUC 7024 eval board I2C slave
I attached the specific file I am trying to work with from the examples provided by analog. please let me know if anything else can help.
View ArticleSYSREF in AD9625-2.5 ADC part
Hi, I am planning to use AD9625-2.5 part in my design. What is the SYSREF in the ADC ? How to select this SYSREF clock ? RegardsSoumya
View ArticleADG1236 PSPICE simulation model problem
Hi, I downloaded simulation model for ADG1236 Analog switch from Analog website, if i try to import it to Cadence PSICE (Version 16.6) am able to generate .lib file but not able to generate .olb file...
View ArticleRe: How read three load cells one at a time?
Hi Johnny,when /CS is high, the ad7195 continue the conversion, or it converted only when /CS is low?if the conversion is active only when /cs is low, I have towait forthe conversion time?I...
View Article