1-Wire application compiled into slush?
Klaus Wolfrum <[email protected]>
| Newsgroups | gmane.comp.hardware.microcontrollers.tini |
|---|---|
| Organization | Fachhochschule Karlsruhe - Hochschule für Technik |
| Message-ID | <[email protected]> |
In order to get an application safely stored in flash memory, I tried to compile several 1-wire applications for family IDs 0x20 and 0x1D into slush. After experiencing problems I tried to get the simple ListOW application running (provided with TINI1.12). Running ListOW compiled into slush using "-add OneWireContainer1D" (which is not necessary for ListOW but for one of my applications) gives the following output: -------------------------------------- tini00e6fe /> ListOW Adapter: TINIExternalAdapter Port: serial1 --------------------------------------- None of connected devices is listed. Running ListOW compiled into slush without adding OneWireContainer1D in the build file results in: ----------------------------------------- tini00e6fe /> ListOW Adapter: TINIExternalAdapter Port: serial1 EC0000000310F720 0F0000000522841D -------------------------------------------- All connected devices are listed correctly. I tried to compile another application into slush, which makes use of OneWireContainer20;OneWireContainer1D. Therefore I added both containers in the build file and ran into similar problems: The application seems to ignore all 1-Wire related methods, when containers specific to device families are used. I do not have any idea how to work around. Any suggestions are welcome. Regards Klaus _______________________________________________ TINI mailing list TINI-6tN4nzCoH/[email protected] To UNSUBSCRIBE, edit your profile, or see list archives: http://lists.dalsemi.com/mailman/listinfo/tini