Search found 14 matches

by roeiz
Sun Jun 09, 2019 3:57 pm
Forum: Developer Discussions
Topic: Forcing deck initialization
Replies: 3
Views: 1905

Forcing deck initialization

Dear Bitcraze community, I was using an older VM version (ubuntu 14) and was forcing a deck initialization on the CF2. Everything worked perfectly fine, but the eclipse itself was giving me a headache due to a few bugs in the IDE. To solve the eclipse issues, I was forced to download and use the new...
by roeiz
Mon May 06, 2019 6:29 am
Forum: Developer Discussions
Topic: [SOLVED] Enabling and using the UART Rx interrupt
Replies: 4
Views: 2340

Re: [SOLVED] Enabling and using the UART Rx interrupt

Apparently I missed a baudrate define, changing it solved the issue.

Thanks Tobias! :D
by roeiz
Thu May 02, 2019 4:58 pm
Forum: Developer Discussions
Topic: [SOLVED] Enabling and using the UART Rx interrupt
Replies: 4
Views: 2340

Re: Enabling and using the UART Rx interrupt

Both baudrates (sensor's and CF2's) are matched at 9600.

Tobias,
Is there anything needed to be done in order to enable/use the Rx?
Am I doing anything wrong?
Should I use taskToNotify or relying on the queue to block/unblock is good enough?

Would appreciate any help or lead :)
by roeiz
Thu May 02, 2019 8:44 am
Forum: Developer Discussions
Topic: [SOLVED] Enabling and using the UART Rx interrupt
Replies: 4
Views: 2340

[SOLVED] Enabling and using the UART Rx interrupt

Hi bitcraze community, I'm trying to enable and use UART1, and more specifically, the Rx interrupt. I have created a deck and connected a sensor I've built to the CF2 UART1 Rx pin (PC11). My sensor does transmit data over the UART as I'm seeing the expected signal using a scope. While the CF2 UART1 ...