As I know, there is a bug in pnx150x with Atmel EEPROM in high speed mode. I am not sure if it still exist in pnx170x. Had you check pnx170x bug list?...
I had check this bug.When use PNX1501,we use 100K iic clock and the power of eeprom is 5V.In PNX170X,i use the same clock and power.Maybe 1701 had fixed this...
Your problem does not match any known problem, so you will have to do some more debug, i.e. define/investigate why it does not boot. For example is the IIC bus...
Hi, We seem to have a problem with the i82559.c driver. Sometimes the controller, gets into a RNR (Receive not ready ) state, which we can't seem to recover...
Hello all, I am working on PNX 1500 system. I use NDK 4.3 and NDK 5.3 version softwares. In this system pSOS schedules an idle task when there is no real task...
Hello Luc, Are you using Blunk Microsystems' i82559 driver and TargetTCP/NXP? Best regards, Sojeong ... From: luc.roels To: trimedia@yahoogroups.com Sent:...
No it was the i82559.c driver for the Fusion stack. But I already managed to solve the problem. The driver did not restart the receive unit when it encountered...
Hi Group, I am trying to use TMDBG to retrieve the DP buffer, it used to be OK in NDK4.3 but in NDK5.3 it says: DP buffer exceeds 20 K bytes. Please redirect...
In the updated example app (exolMpeg4Avi) from NDK5.4 there is following line commented out: //ivp->aviReadInstSetup->AcceptAllCodecs = False; I recently...
hi every one, I have write a simple file system just as the flash_demo examples in the tcs example directory. When I test this file system, fopen, fread and...
I assume you understand the file IO driver system and you see the call to fstat mapping down to your implementation of stat? Something could be wrong there. ...
I have a batch file with the correct settings for building for simulation on NDK4.3 but I can't seem to get things correct in the 5.4 environment. What...
... call ... could ... TCS/examples/flash_file_system/library implements both fstat and stat. Add debug statements to both to see what's wrong. ... fstat ... ...
When using the simulator with NDK, you need to set the board to tmbslNull as found in sd\os\osinfra\comps\tmbslNull. Then you need to have a proper set of...
The problem is that sd\os\osgeneric\comps\tmMain now adds arbiter code if TMDIVERSITY contains either 1500 or 1700. You can either fix tmMain or you can fool...
I can compile the exProject MyHelloWorld and simulate it just fine (even without the fake pnx0000 diversity) but I can't get my app to compile with those...
Did you try a clean build? Look for strange characters in the makefile? " NDK5.4/comps/tmosal" means "could not find it". It's got to be something basic. ...
... Hmm, a (clean) build of HelloWorld uses tmosal. Since you're also using tmosal what do you have for LIBS? To get the headers you need tmosal for REQUIRES...
Thanks for your answer, but I am using my own simple file system instead of the tm flash file system. When I call the fstat, I am sure the call can't reach my...
The file IO driver mechanism is from TCS. The NDK version does not matter. I'm not expert on the fstat functions, but the standard C library functions in TCS...
Hi, I am new to Trimedia. I am trying to build the exProject, but getting following error. ... C:\Nexperia\exProject>dvpMon_Win1500.bat MyHelloWorld ...
The installer does not set all of the required environment variables. The ndk5.bat file sets some (the paths) and the rest are set by the batch you mention....
Hi group, Is someone got any experience about the TCS4.51p C++ compiler and the STL classes? We try to use the STL library provided with TCS, but we got lot of...
Hello, I have a system in which the audio amplifer introduces some delays to the output audio. So when playing a compressed video in the system. i Need to...
I ran 'ndk5.bat' and after 'set' at the very same command promt, I typed 'dvpMon_Win1500.bat MyHelloWorld'. As currently I dont have any hardware OR reference...