Hello all,

Does the DM355 EVM codebase have any code to control the MSP430? The
background of my questions is this:

I have a DM355 application code and kernel source code that is not meant for
the EVM. That application does not use TVP5146, it uses the image sensor
chip. Now my task is to take that code and make it run on the EVM board.
When I boot that code on the EVM board, it loads the TVP5146 driver module
(compiled as built-in module). The module's init function
'tvp5146_i2c_init()' gets called. But the probe function
'tvp5146_i2c_probe_adapter()' never gets called.

Since the MSP430 chip selects/deselects the TVP5146 on the EVM board, I
figured the reason for 'probe' not getting called could be that the TVP5146
chip or the MSP430 chip is not getting 'woken up' or 'initialized' or
something by this different application code.

So, is there any code on DM355 EVM that wakes up MSP430 in some way? Maybe I
need to add that piece of code to get the TVP5146 to be detected?

That, or any other pointers/suggestions? Please help.

Best regards,
Kapil

-- 
"The Power to Imagine, is The Power to Create!"
-TTux
_______________________________________________
Davinci-linux-open-source mailing list
[email protected]
http://linux.davincidsp.com/mailman/listinfo/davinci-linux-open-source

Reply via email to