Re: Difference between armcc and arm-linux-gnueabihf-gcc
Thanks Peter. As well I am not able to open armcc. I had downloaded the trial version of DS-5. With gcc I am able to compile. When I try to invoke armcc it is prompting for license. Is the armcc free...
View ArticleRe: bufferable flag in AHB
Hi Gunther, There are two issues here:1) The AHB component always buffer a transfer - this is part of the problem. It means if the downstream bus slave return an error response, the bus master won't be...
View ArticleRe: Help with AXI4 for grad student project
For a starter I would recommend you to go for AHB Lite. This is still widely used and much easier for begineers. Also, it would be easier to get hold of non commerical IP using AHB Lite for your...
View ArticleRe: Help with AXI4 for grad student project
Thanks for the suggestion. Can i use the existing IP cores and design interface with AXI4? I have not used IP cores in design.
View ArticleRe: Help with AXI4 for grad student project
What IP mean here is Intellectual Property. You can find various IP, including processors (cores) with AHB interface. Regards,Joseph
View ArticleRe: Help with AXI4 for grad student project
Ok. But Sir,I still prefer AXI even though it is advanced. Can i use IPs with AXI interface?
View ArticleTrying to boot the Google Nexus 10 with a not Android kernel....
Hello to everyone. I'm trying to boot my Nexus 10 with another kind of kernel version,because I'm not interested to use the Android kernel,but the Ubuntu pure kernel. I've chosen to use the...
View ArticleRe: Help with AXI4 for grad student project
The problem is that I am not aware of any processor core that you can access to without a commercial license (which means you need to pay money for it). Joseph
View ArticleRe: Design considerations to extend battery life of devices
Thanks for the link, very helpful!
View ArticleRe: Cortex related
Yeah! I also thought about that!I'm about to buy and start on it. Thank you.
View ArticleRe: Cortex related
Yeah I also habitat on LPC. I usually work with LPC2148[arm7]. Next I need to step in to cortex series of LPC.Thank you for your valuable information.
View ArticleRe: Cortex related
You're welcome!Cortex-M is much easier to work with than ARM7, so the transition will be very easy.
View ArticleRe: AXI4 - read data interleaving
H Xingguang, Thanks for the reference, but I have already gone through that earlier. Though it does say that data can arrive in any order but it does not clarify if it can be mixed in a single...
View ArticleRe: AXI4 - read data interleaving
As you will be knowing, Write data interleaving support is discontinued from AXI-4, The link is just for reference. Thanks,Amit
View ArticleWhat is IoT?
One of the best infographics that I have seen that attempts to answer the question "what is IoT?" what do you think? did they do a good job?...
View ArticleARM gcc to ARMCC migration Problem
I had used so far arm gcc to compile the code. The processor used is cortex r4 for soc integration. I recently downloaded the armcc evaluation version. Now am unable to compile the asm files and...
View ArticleRe: ARM gcc to ARMCC migration Problem
The GCC and ARM tool chains use very different syntaxes for inline assembler and assembler files. Which means a degree of porting is going to be necessary. On the assembler files, most of the changes...
View Article