
Search found 16 matches
- Wed Nov 16, 2016 2:59 pm
- Forum: Bug reports
- Topic: Usb slave pic24 & fc7
- Replies: 2
- Views: 3023
Re: Usb slave pic24 & fc7
No it's not a config problem (you havn't check my prog on hardware
), to give proof of that I am sending you a program that works well. The problem seems coming from the UsbSlave_CheckRx procedure (i rewrote it)....

- Mon Nov 07, 2016 4:45 pm
- Forum: Bug reports
- Topic: Usb slave pic24 & fc7
- Replies: 2
- Views: 3023
Usb slave pic24 & fc7
Just for information, I have check my small program with FC7 and... same as FC6
, it doesn't work and i have no access to the source code of usb functions, if somebody had an idea...
Thanks

Thanks
- Fri Oct 28, 2016 2:53 pm
- Forum: Bug reports
- Topic: usb & pic24F
- Replies: 6
- Views: 11567
Re: usb & pic24F
Hi ben, can i edit the source code of the usb functions (send_byte, check_Rx...)? I think it's in a binary file, no? and can I juste compile the c file? because fc6 always re-write the c file and i can't modify it as i want. Another think: there is a bug with FC5 and the config registers (24F), in t...
- Tue Sep 20, 2016 9:12 am
- Forum: Bug reports
- Topic: usb & pic24F
- Replies: 6
- Views: 11567
Re: usb & pic24F
Hi Benj, thanks again for your help, I tried your solution but without success (same problem, the transmission works randomly) and when I was looking for this bug I remember that I already had checked this method... what a pity Why it's different between FC6 for pic18F and 24F? because this works wi...
- Fri Jul 22, 2016 10:18 am
- Forum: Bug reports
- Topic: usb & pic24F
- Replies: 6
- Views: 11567
Re: usb & pic24F
Hi Benj, happy to read you, I allready posted file on the french forum (it's not sensitive), but if you want i can send it again. Few years ago (apr 2012), under FC4 I changed C code of the usb Send_Byte and Send_String procedure, I just removed a comment at the beginning of the line "USBGeneri...
- Fri Jul 01, 2016 3:19 pm
- Forum: Bug reports
- Topic: usb & pic24F
- Replies: 6
- Views: 11567
usb & pic24F
Hi Benj, I think you have a lot of work, but can you give me advice for my usb problem (I use FC mainly for its usb easiness and with a legal license...). With de FC4 version i had could solve the problem because i had access to the usb code, but with FC6 i can't change anything. Tell me if you have...
- Tue Jun 28, 2016 10:07 am
- Forum: Bug reports
- Topic: USB slave & PIC24F
- Replies: 0
- Views: 7761
USB slave & PIC24F
FC_v6 bug with usb slave mode (the come back).My configuration is pic 24FJ64GB004, 8MHz quartz on OSC1 & 2, usb plug on D+ & D- in slave mode (that's all). When i send commands (ECIO_interface.exe) the pic answer randomly, I tried many things without succcess, I think it's a FC_V6 problem, b...
- Fri Jun 24, 2016 3:01 pm
- Forum: Forums d'aide en français
- Topic: USB & PIC24F Slave
- Replies: 0
- Views: 5311
USB & PIC24F Slave
Bonjour, la gestion de l'usb sous FLC V6.1.3.2 ne semble pas fonctionner correctement avec la config de base suivante pic 24FJ64GB004, quartz 8MHz sur OSC1 et 2, port usb sur D+ D- en mode slave. Le programme de test suivant compilé sous FLC V4 fonctionne (Test_V4.fcf_pic16) bien, par contre le prog...
- Wed Apr 11, 2012 1:09 pm
- Forum: Forums d'aide en français
- Topic: usb et pic24
- Replies: 4
- Views: 4904
Re: usb et pic24
Ok, happy to help you and i'm waiting for the dspic V5, have you an idea of this release date?
- Wed Apr 11, 2012 10:45 am
- Forum: Forums d'aide en français
- Topic: usb et pic24
- Replies: 4
- Views: 4904
Re: usb et pic24
après quelques tests sur le hard sans succès, j'ai regardé le code source de la routine Send-Byte et Send_String, une ligne était en commentaire: USBGenericOutHandle = USBGenRead(USBGEN_EP_NUM,(BYTE*)&OUTPacket,USBGEN_EP_SIZE); j'ai enlevé le commentaire et là ça marche ??? si quelqu'un a une ex...
- Tue Apr 10, 2012 2:04 pm
- Forum: Forums d'aide en français
- Topic: usb et pic24
- Replies: 4
- Views: 4904
usb et pic24
bonjour, j'ai essayé le programme de demo 'USB Slave Demo No Service.fcf' (fonctionne bien sur un 18f2550) sur un PIC24FJ64GB004, il répond une fois et ne prend plus en compte les commandes suivantes (le pic tourne toujours, je vérifie en changeant l'état d'une sortie à chaque boucle principale). Me...
- Thu Jun 09, 2011 11:51 am
- Forum: Flowcode 4 Bugs
- Topic: Flowcode_PIC24_dsPIC_V4 and asm code
- Replies: 3
- Views: 9990
Re: Flowcode_PIC24_dsPIC_V4 and asm code
Ok , it's working,
thanks again Benj
the french documentation (help file) must be update...
thanks again Benj
the french documentation (help file) must be update...
- Thu Jun 09, 2011 7:53 am
- Forum: Flowcode 4 Bugs
- Topic: Flowcode_PIC24_dsPIC_V4 and asm code
- Replies: 3
- Views: 9990
Flowcode_PIC24_dsPIC_V4 and asm code
Hi,
I have a problem with asm code and dspic, when i include a C code in my project (PIC24H128GP504), i get 'error: syntax error before nop '.
I simply used the sample code asm nop.
Thanks for your help.
I have a problem with asm code and dspic, when i include a C code in my project (PIC24H128GP504), i get 'error: syntax error before nop '.
I simply used the sample code asm nop.
Thanks for your help.
- Tue May 24, 2011 4:13 pm
- Forum: Flowcode V4
- Topic: dspic and pll oscillator configuration
- Replies: 0
- Views: 2257
dspic and pll oscillator configuration
hi,
for the 24H dspic, if i want to use the pll, i need to add some code at the start of my program, right?
do you have a sample of this?
I use a 10Mhz HS and i want to make it run at 80Mhz.
Thanks in advance.
for the 24H dspic, if i want to use the pll, i need to add some code at the start of my program, right?
do you have a sample of this?
I use a 10Mhz HS and i want to make it run at 80Mhz.
Thanks in advance.
- Fri Mar 18, 2011 11:51 am
- Forum: Flowcode V4
- Topic: dspic24 and RS232 pinout cfg
- Replies: 2
- Views: 2585
Re: dspic24 and RS232 pinout cfg
thanks a lot for your help
- Fri Mar 18, 2011 10:40 am
- Forum: Flowcode V4
- Topic: dspic24 and RS232 pinout cfg
- Replies: 2
- Views: 2585
dspic24 and RS232 pinout cfg
hi, with dspic24 it's possible to freealloc the Rx/Tx port, this option is not directly accessable in the software (i think it can be usefull) so if i want modifie it, i must go in the user code (right?), can you give an help file to know what to do in this case? Thanks.