The tag has no wiki summary.

learn more… | top users | synonyms

-3
votes
0answers
23 views

Selecting a BT stack [closed]

I am selecting which bt stack fits for me but i am not sure about it. My hardware must be composed of a BT module with SPP/iAPP + HFP/HSP support (probably one from Panasonics as they are smaller) ...
5
votes
3answers
115 views

What does it mean for a CPU to support a stack?

How can a CPU not support a stack? Doesn't any architecture that uses subroutines (I'm pretty sure that's all architectures) have to push the return address onto the stack so it can return to where it ...
5
votes
1answer
103 views

PIC24F Software Stack?

I know many of the lower-end PICs have fixed hardware stacks that can become an issue during firmware development. I've recently heard that the PIC24-series (and maybe just anything above PIC18 ...
3
votes
2answers
108 views

Is there any restriction in the choice of Ethernet PHY, depending on the TCP/IP stack?

I am new on the forum and am currently working on a project to design an ethernet electronic board. I will have a microcontroller 32-bit with an external PHY. I wanted to know : depending on the ...
6
votes
3answers
681 views

How to implement simple stack switching in PIC12/16 cores?

I am trying to understand how real time operating systems work. I have looked at the source codes of some RTOSes. I want to learn by creating my simple RTOS, something like FLIRT. I am using PIC16 ...