Author |
Message |
Topic: [SOLVED] Very Simple Question ! Watchdog |
camleot23
Replies: 11
Views: 18236
|
Forum: General CCS C Discussion Posted: Thu Nov 14, 2019 12:21 am Subject: [SOLVED] Very Simple Question ! Watchdog |
I understand. That solved my problem. Thank you both.
Have a nice day |
Topic: [SOLVED] Very Simple Question ! Watchdog |
camleot23
Replies: 11
Views: 18236
|
Forum: General CCS C Discussion Posted: Wed Nov 13, 2019 7:33 am Subject: [SOLVED] Very Simple Question ! Watchdog |
First thank you for your replies. Second, again I'm sorry for the 'simulate' word. Because I wanted to mean 'try' by simulate on my hardware. I was uploading the code into my hardware and running it a ... |
Topic: [SOLVED] Very Simple Question ! Watchdog |
camleot23
Replies: 11
Views: 18236
|
Forum: General CCS C Discussion Posted: Wed Nov 13, 2019 4:40 am Subject: [SOLVED] Very Simple Question ! Watchdog |
In anyway, am I not supposed to see this line on my terminal?
fprintf(RS485, "starting"); |
Topic: [SOLVED] Very Simple Question ! Watchdog |
camleot23
Replies: 11
Views: 18236
|
Forum: General CCS C Discussion Posted: Wed Nov 13, 2019 1:03 am Subject: [SOLVED] Very Simple Question ! Watchdog |
My bad, I'm sorry. dsPIC33EP64MC204, MPLAB v5.25 CCS C compiler v5.016 |
Topic: [SOLVED] Very Simple Question ! Watchdog |
camleot23
Replies: 11
Views: 18236
|
Forum: General CCS C Discussion Posted: Wed Nov 13, 2019 12:49 am Subject: [SOLVED] Very Simple Question ! Watchdog |
Hello,
It will be a very basic question I know but when you don't know the answer it is hard for you. I want to use watchdog and I set it to 1ms. I wanted to simulate in a very basic way. I used my ... |
Topic: [SOLVED] dsPIC33EP UART2 Interrupt Problem |
camleot23
Replies: 6
Views: 13491
|
Forum: General CCS C Discussion Posted: Fri Nov 08, 2019 9:08 am Subject: [SOLVED] dsPIC33EP UART2 Interrupt Problem |
Hmm.. I see, I didn't know this. Thank you again. You always teach me new things |
Topic: [SOLVED] dsPIC33EP UART2 Interrupt Problem |
camleot23
Replies: 6
Views: 13491
|
Forum: General CCS C Discussion Posted: Fri Nov 08, 2019 5:29 am Subject: [SOLVED] dsPIC33EP UART2 Interrupt Problem |
You mean #define RFID line is causing problems because I have decleared a
stream name with the same name? If it is so, I've deleted #define line and tried
it again and no, it didn't work again :sa ... |
Topic: [SOLVED] dsPIC33EP UART2 Interrupt Problem |
camleot23
Replies: 6
Views: 13491
|
Forum: General CCS C Discussion Posted: Fri Nov 08, 2019 2:30 am Subject: [SOLVED] dsPIC33EP UART2 Interrupt Problem |
Hi Ttelmah,
Yes I have 5v supply on my board and I can see the data that is sent from
HZ-1050 with oscilloscope and it is high enough like 5V. I don't think the
problem is about signal levels. ... |
Topic: [SOLVED] dsPIC33EP UART2 Interrupt Problem |
camleot23
Replies: 6
Views: 13491
|
Forum: General CCS C Discussion Posted: Fri Nov 08, 2019 1:43 am Subject: [SOLVED] dsPIC33EP UART2 Interrupt Problem |
Hello again,
I use CCS C compiler version 5.016 in MPLAB IDE v5.25. I have a problem
with UART2's interrupt. It is not triggering when I have data on B5 pin. I
want to read data from HZ-1050 mod ... |
Topic: [SOLVED] dsPIC33EP64MC204 RDA Interrupt |
camleot23
Replies: 19
Views: 35359
|
Forum: General CCS C Discussion Posted: Tue Oct 22, 2019 7:26 am Subject: [SOLVED] dsPIC33EP64MC204 RDA Interrupt |
Hmm.. I didn't know. Okay, I will definitely consider it. Thank you very much for sharing your thoughts with me.)
You are number one! |
Topic: [SOLVED] dsPIC33EP64MC204 RDA Interrupt |
camleot23
Replies: 19
Views: 35359
|
Forum: General CCS C Discussion Posted: Tue Oct 22, 2019 4:45 am Subject: [SOLVED] dsPIC33EP64MC204 RDA Interrupt |
Yes I know you are right. I've already added it. Thank you for your care. I'm debugging all the time and sometimes I forget to add some lines. |
Topic: [SOLVED] dsPIC33EP64MC204 RDA Interrupt |
camleot23
Replies: 19
Views: 35359
|
Forum: General CCS C Discussion Posted: Tue Oct 22, 2019 3:25 am Subject: [SOLVED] dsPIC33EP64MC204 RDA Interrupt |
Thank you both for your help.I really appreciate. I've solved the problem.
There was a hardware issue that decreases the SIMCOM Tx pin's logic level
to 1.6V, so when I solved this problem I could re ... |
Topic: [SOLVED] dsPIC33EP64MC204 RDA Interrupt |
camleot23
Replies: 19
Views: 35359
|
Forum: General CCS C Discussion Posted: Tue Oct 22, 2019 2:16 am Subject: [SOLVED] dsPIC33EP64MC204 RDA Interrupt |
It is designed for PIC24 not universal and I'm sorry I don't have a link or something. So, you are suspecting from the hardware? |
Topic: [SOLVED] dsPIC33EP64MC204 RDA Interrupt |
camleot23
Replies: 19
Views: 35359
|
Forum: General CCS C Discussion Posted: Tue Oct 22, 2019 1:45 am Subject: [SOLVED] dsPIC33EP64MC204 RDA Interrupt |
Ha okay, I see. No, I have just a PIC. |
Topic: [SOLVED] dsPIC33EP64MC204 RDA Interrupt |
camleot23
Replies: 19
Views: 35359
|
Forum: General CCS C Discussion Posted: Tue Oct 22, 2019 1:23 am Subject: [SOLVED] dsPIC33EP64MC204 RDA Interrupt |
I'm using it on a board with dsPIC33EP64MC204 for communication between
each other. So, did I understand correctly that you said with 3.3V pic(it means
that it is my dsPIC) my GSM module won't wor ... |
|