Re: Mali hardware acceleration on ubuntu on Chromebook
Please note that the Linux on Chromebook with ARM® Mali™ GPU has moved to the community website and it has also be updated to use the latest r5p0 drivers. Now you don't need to link directly against...
View ArticleRe: OpenGL ES and OpenCL support on the Samsung Chromebook 2
it's also worth mentioning that the Linux on Chromebook with ARM® Mali™ GPU guide now covers running Ubuntu 14.04 from an SD card on all Samsung ARM Chromebook variants with the latest Mali GPU r5p0...
View ArticleRe: I have few questions about guide which is Graphic and Compute development...
Please note that the Linux on Chromebook with ARM® Mali™ GPU guide has moved to the community website and that it has also be updated to use the latest r5p0 drivers.
View ArticleRe: OpenGL ES and OpenCL support on the Samsung Chromebook 2
The Chromebook 2 has been shipping for a couple of weeks at least. Any word on Mali T604 user space r4 driver release? Or Chromebook 2 driver integration? Also, there's another interesting product, or...
View ArticleRe: OpenGL ES and OpenCL support on the Samsung Chromebook 2
Hi chrs, You may find this guide useful: Installing OpenCL on Chromebook 2 in 30 minutesAnton.
View ArticleTransmitting with Synchronous Serial Port (SSP/SPI)
Hi, I have problems transmitting data from a LPC1114 to a flash SPI memory, my routines doesn't work at all
View ArticleFail to add JTAG/swd debug into Cortex-M0
Hi, I have been trying to add the debug function into my Cortex-M0 design for FPGA implementation targeting at Xilinx Spartan-6. Both JTAG or SWD are failed to work although the cortex-m0 seem function...
View ArticleRe: Transmitting with Synchronous Serial Port (SSP/SPI)
Did you remember to turn on clock-power and configure the pin functions ? It's a good idea, to monitor all the pins, to see if the signals are being transferred. I recommend using a logic analyzer for...
View ArticleRe: Internet of Things: Where to start?
If you are interested in the developer side of IoT, I've recently started a weekly newsletter that is all about IoT, M2M, Maker Movement and inter-connected things from the developer perspective: IoT...
View ArticleMDK Version 5 - Legacy Support - Lua - FRDM-KL25Z - Include problem
Hi I am working with my thesis project which is porting the scripting language Lua to a FRDM-KL25Z platform. I downloaded the SDK from the official web which is MDK Version 5 - Legacy Support, since I...
View ArticleRe: Re: error: Hard Fault Handler
Hi, the presented code was incomplete. There should be needed a pre-handler which set the hardfault_args of the callee. Although the issue would be almost closed, I show the pre-handler here. #ifdef...
View ArticleRe: How to configure Keil for enable and disable interrupts
Hi aitorsp, how about asm("cpsie i"); for the interrupt enable and asm("cpsid i"); for the interrupt disable? Isn't it your intention? Best regards,Yasuhiko Koumoto.
View ArticleRe: IAR does not recognize tm4c123 library
Hi aitorsp. does the post Re: IAR embedded workbench include files makes error help you? Best regards,Yasuhiko Koumoto.
View ArticleWhat is the best Operating system for the Raspberry Pi 2 ?
The new Pi 2 hardware (based on BCM-2836 SOC) is now compatible to the ARMv7 architecture,but there is no optimized operating system available !? Bitkistl: Whats the best Operating System for the...
View ArticleRe: How to wait on multiple objects in CMSIS-RTOS?
Hey,I managed to get it to work without osSignalGet. Basically I await any signal forever using osSignalWait(0x00, osWaitForever). Once it is recevied, i confirm using the osEvent returned that it is a...
View ArticleRe: Transmitting with Synchronous Serial Port (SSP/SPI)
Hello, well I check all that and it's fine, the thing is that I think thatI have something wrong on my code
View ArticleWhy cant assign a structure pointer to uint8_t pointer in IAR embedded workbench
Hi guys. I have the following problem. In my code I have to assign a structure pointer to uint8_t pointer so I can write into the structure byte by byte. Both are pointers that point to data of...
View Article