Author |
Message |
Topic: TI CC1101 |
vmetal2020
Replies: 34
Views: 218815
|
Forum: Code Library Posted: Thu Apr 30, 2020 8:36 am Subject: TI CC1101 |
I got it!, I hadn't written the configuration of output pins.
Thank you.
I attached my code for help other person.
#include <pruebaccs_sensorpuerta.h>
#define LED PIN_A3
// ... |
Topic: TI CC1101 |
vmetal2020
Replies: 34
Views: 218815
|
Forum: Code Library Posted: Wed Apr 29, 2020 11:44 am Subject: TI CC1101 |
Yes I know. I have checked the continuity between PIC and CC1101 and it is ok. Do you think that the problem is a bad connection of GDO0? |
Topic: TI CC1101 |
vmetal2020
Replies: 34
Views: 218815
|
Forum: Code Library Posted: Sat Apr 25, 2020 3:14 am Subject: Re: TI CC1101 |
Hi! Thank you for sharing. I try to run your code with 18f25k20 but it stops in the while(!input(GDO2)):
void halRfSendPacket (int8 size) { // put data in txBuffer
halRfWriteR ... |
|