User Activity

  • Posted a comment on discussion Help on GCBASIC

    if u are looking for super low Iq voltage regulator - I can recommend TLV701-series in SOT23-5 or even smaller the TPS715 devices in SC70 package Input voltage can be up to 24V. I use these in my battery powered designs for suppling the mcu in standbymode. The measured Iq is usually in the range of 1-2µA.

  • Posted a comment on discussion Open Discussion on GCBASIC

    What is meant on the shipping note by ‘Upgraded device will be shipped as substitutions for out of stock items…. Etc’? Are these board to be replaced? Are the prototypes and my issues are known issues? Original text on packing-list: NOTE: Upgraded device will be shipped as substitutions for out of stock items. This just means that they will probably 'upgrade' the µPC on the newly delivered board to a higher specced version (like more ram/flash) if the original PIC is out of stock. If u got it already...

  • Posted a comment on discussion Help on GCBASIC

    Hi, I want to report back now - the updated chipdata-file is working fine (I removed the config option from code using only the updated chipdata-file). I just measured PWM-output and this also is working fine now. thanks again for your super-fast solution for this

  • Posted a comment on discussion Help on GCBASIC

    Hi, I'm currently at home and can't check PWM with oscilloscope - but the LED is now flashing as expected. Will report back on monday after verifying the PWM-output. Thank you very much for figuring this out so quickly. Happy weekend :)

  • Posted a comment on discussion Help on GCBASIC

    Hi, I compiled your code and problem remains - led flashing once per second and PWM is now 10kHz. ps: i verified the chip is working correct by using free version of mikroc pro with following code: project-settings: 18F47K42 and 16MHz) I'm just using the flashing led part and I get 4 blinks per second as expected. void main (){ OSCCON1 = 0x60; OSCCON3 = 0x00; OSCEN = 0x00; OSCFRQ = 0x05; OSCTUNE = 0x00; TRISA = 0x00; do { LATA = 0x30; VDelay_ms(125); LATA = 0x16; VDelay_ms(125); } while (1); }

  • Modified a comment on discussion Help on GCBASIC

    Hi, I copy/pasted ur code and adjusted only chip to 18F47K42 and wait to 125 ms. got exact the same problem -> 25kHz(measured 24,51khz) and led flashing exactly once per second. Perhaps a problem within the chipdata-file? I'm programming the chip with PICkit3 and MPlabIPE4.15 btw: this is the PPStool-output I used and stripped to the needed parts: 'Generated by PIC PPS Tool for Great Cow Basic 'PPS Tool version: 0.0.5.11 'PinManager data: v1.55 ' 'Template comment at the start of the config file...

  • Posted a comment on discussion Help on GCBASIC

    Hi, I copy/pasted ur code and adjusted only chip to 18F47K42 and wait to 125 ms. got exact the same problem -> 25kHz(measured 24,51khz) and led flashing exactly once per second. Perhaps a problem within the chipdata-file? btw: this is the PPStool-output I used and stripped to the needed parts: 'Generated by PIC PPS Tool for Great Cow Basic 'PPS Tool version: 0.0.5.11 'PinManager data: v1.55 ' 'Template comment at the start of the config file ' #startup InitPPS, 85 Sub InitPPS 'Module: CCP1 RC1PPS...

  • Posted a comment on discussion Help on GCBASIC

    Hi and wow - what a quick reply :) as requested here is the ASM-file

View All

Personal Data

Username:
loggy
Joined:
2018-04-07 08:21:11

Projects

  • No projects to display.

Personal Tools