Hi,
I followed several advice to setup interrupts for my custom circuit board with the ADSP SC582 and the ADSP SC584 - EZ Lite kit - it just won't work.
For setting up the interrupts itself I considered the following explanation (https://ez.analog…
Hi Anand Selvaraj,
thanks for your answer.
1. In which memory does your data reside? Is it in L1/L2/L3 memory?
Only L1 cache is enabled.
2. I could see that you are using ADSP-SC582. Which core(ARM/SHARC0/SHARC1) contains the UART code?
The ARM core…
In user-manual, I find the GPB2 can used for PTP Clock input 0. And in linux-kernel, there has "devm_clk_get(priv->device, "clk_ptp_ref");", but there is no clk_ptp_ref clock in sc58x.dtsi.
I want to connect a signal(49MHz) to…
Hallo,
I have a project where we use the SC582 with FreeRTOS without any additional compiler options. My problem now is that we pass a float as an argument into an function but the VFP Register is overwritten in an interrupt.
So for me it looks like…
Hi
I am using Sharc ADSP-21487 and referring to the https://www.analog.com/media/en/dsp-documentation/processor-manuals/ADSP-214xx_hwr_rev1.1.pdf.
In this document, it seems ADSP-21487 can be configured to be ROM boot mode which means boot from internal…
FFT Accelerator on ADSP-SC58x/ADSP-2158x is a completely new design as compared to the FFT accelerator on ADSP-214xx processors. The major differences/features of the FFT accelerator on ADSPSC58x/ADSP-2158x are:
Customer ask some questions.
Right now we have plenty of software for ADSP-21489, but it’s quite hard to port it to ADSP-SC573 family. Code itself
is 99% C and C++.
Does family ADSP-SC573 have interface with external static memory like AMI for ADSP…