Jump to content

moxi

Frequent Writer
  • Posts

    993
  • Joined

  • Last visited

Everything posted by moxi

  1. It's one of prog i've tested...but that not pass the hardware test..
  2. ...the connections are different for the two modules...so, again, where is done the difference...maybe i'm it's alzheimer disease that is comin on my mind... "je tourne en rond"
  3. at least this circuit could be used to add a "mute sid" fonction ...
  4. I'm lost... for me: define of LC driver do exactly the same thing than: i mean that for me this two defines define the same pins...(but i know that the connection are different for the two module...i'm missing something...probably i didn't sleep enough... how it's done the difference for addressing different pin?
  5. yes, i've done this ... but if you replace just the define "##define AOUT_LAT_CS _LATC" by "#define CV_AOUT_LC_LAT_RCLK LATC ", i suppose you don't make any change in the hardware pin configuration , you're just renaming a define.... the Aout_LC is not connected the same way than the Aout module.... there is a "little complication", i've spend the night on...i go on now with the head more fresh...
  6. hi, just a suggestion: maybe it's possible to do the gate with analog device ssm2404 quad audio switch.there are really "clickless", i've "breadboard" two of them and tested them with a DOUT (with no resistor) with success: as you can see, the implementation is really simple: one stripboard, one chip and some resistors (and maybe some socket if you don't want it looks like mine ;) ) but maybe the "clickless" fonction will "break" the dynamic of the attack....from my side, my hear find they are enough fast to react...
  7. the compilation work removing it... i've to understand how to swap the pin before hardware test...
  8. hi, that mean i only need "aout_sr0" now...sorry if i'm totally off
  9. ...i'm now reading the page 3 of my C book ;), i think i will spend some day to read it more and more... in fact i can't stand to loose fighting against a machine! my little brain will learn where to put all this "{" and "}"... >:(
  10. maybe to start someone could explain how to transform the macro to C? Stryd_One: the example you mail me report error: symbol not previously defined "reg" and symbol not previously defined "bit"..
  11. thanks for the explanation of the existing code, the concept are clear now,but i think it will take to me some month to learn how to do what you plan... :P
  12. quote from the pic pdf: lfsr mean "load fsr" in our file, it's "CV_AOUT_LC_LoadAOUTx_8_8" that it's called just after: PREINC "Uses contents of FSR1 to address data memory - value of FSR1 pre-incremented (not a physical register)" after, there is some magic operation i try to understand now...
  13. trying this: i obtain: .objs\aout.asm:221:Error [113] Symbol not previously defined (_FSR1) i've tried to compile removing the part with the macro, and the error about undefined symbol go away...
  14. so i suppose AOUT0_L don't hold a 12bit value, but just refer to a 12bit value... how to define it, so? like this: #define AOUT0_L [8] or like this: unsigned int AOUT0_L ? when i try to compile with i get the error: sorry , i'm learning.. stryd one: i just send you a mail with my last prog'..
  15. Aout0_L is not a fixed value,i'm right? does this type of define replace the word AOUT0_L by the defined number (0xfff in your example) or does it replace Aout0_L by a 12bit type value depending on what happend in the app? hope i'm clear...
  16. so i have to define them like this: unsigned int AOUT0_L; it's right?
  17. :) great thanks all of you...i will spend the day to make this app works (after a too short night!)
  18. does that mean i have to define it in aout.c instead of aout.h? why this one make problem and not the AOUT_4, AOUT_2....?
  19. my problem is still the same, even removing macro... here is the folder with all the files of my project: http://soundandbreakfast.ifrance.com/divers/toolbox.html
  20. that's done, but still the same errors reports. i've triedto just include the two file in the skeleton with no success too (same report)
  21. yes: http://soundandbreakfast.ifrance.com/divers/aout.c http://soundandbreakfast.ifrance.com/divers/aout.h
  22. it's the same report with removing what you say.. :(
  23. thanks for the links, i've an old refrigerator , i will see what it's possible to do whit it... they're are 1cm/diameter for 8mm of height and 1cm/diameter for 6mm of height, the last have a more round shape...
  24. there is only header text before, this is the full file.. your hint don't solve the problems, here is a quote of the errors reports: where have I to define this symbols?
  25. here is my file in this last state, i've added all the code needed (i think): i've added properly the __asm and endasm; for each parts...now the reports tell me that a lot of symbol are not defined (MIOS_PARAMETER3,POSTINC0,INDF1...)it's like the asm code was not integrated correctly... :(
×
×
  • Create New...