Search results

  1. M

    20X2 - hi2cin / hi2cout

    hello, Is it possible , when using hi2cin / hi2cout ( in page mode ) , to directly - store / read - DATA - in / from - scratchpad instead of RAM ? if yes , how do ? Thank you in advance for your answers ...
  2. M

    Exchange data between 20X2 in i2c mode

    Hello, I want to store a sequence of characters sent to i2c to a 20X2 slave ( by a 20X2 master ) to treat them later ... Is there a way to add a delay between sending each character ( currently about 120 µS @ 8 Mhz) because it seems insufficient time to perform the interruption routine ...
  3. M

    Shiftin command on 20X2

    Hello , I've a problem with the command SHIFTIN ( SPIIN ) applied to 20X2 ... I obtained a correct operation only if I defined C3 - C4 or C5 as pin "sdata" so that no such restriction is mentionned in the manual ... More,modes 4 to 7 ( idle high ) does'nt work ( even at 8 Mhz ) while modes 0...
  4. M

    mise en oeuvre I2C

    Bonjour , Quelqu' un pourrait - il m' expliquer pourquoi je n' arrive pas à faire sortir le moindre signal sur les pins B5 et B7 d' un 20X2 lorsque je lui fais exécuter le code suivant : hI2Csetup I2Cmaster , $40 , I2Cfast , I2Cbyte do hI2Cout ( $55 )...
  5. M

    interruptions "hardware" ...

    Bonjour à tous , Je découvre les pic-axe et j' ai un problème récurrent avec les interruptions hardware ( hINT1 / hINT2 ) du 20X2 . Quoi que j'essaie , j'ai systématiquement une erreur de compilation (7957) à la ligne "setintflags ..." Quelqu' un pourrait - il me communiquer un exemple de...
Top