Questions tagged [pic24]

PIC24 devices are general purpose microcontrollers, manufactured by Microchip Technology.

The PIC24 devices are Microchip's first inherently 16-bit microcontrollers with some significant enhancements such as all registers being 16-bit, 64K data address space, 24 bit wide instructions, hardware support for loop indexing, etc.

76 questions
-5
votes
2 answers

Warning in array of pointers "initialization from incompatible pointer type"

What I am asking here can be very easy to solve. Code works fine but this warning is bugging me! //initailize array elements char ZeroA[6] = {0xC0,0x07,0x40,0x04,0xC0,0x07,}; char OneA[6] = {0x80, 0x04, 0xC0, 0x07, 0x00, 0x04,}; …
nikhil patil
  • 142
  • 1
  • 12
1 2 3 4 5
6