m-stack icon indicating copy to clipboard operation
m-stack copied to clipboard

Free USB Stack for PIC 16F, 18F, 24F, and 32MX Microcontrollers

Results 29 m-stack issues
Sort by recently updated
recently updated
newest added

Hi, I need to use m-stack with PIC18F4458, but I'm having trouble setting it properly. Would somebody help me and tell me what to set and where? Thank you!

Would be nice with support for 18F14K50

Hi, I would like to port the bootloader to the PIC18F25K50 platform, would it be possible? What would need to be done?

FYI Last byte of this structure must be 0x01 struct microsoft_os_descriptor os_descriptor = { 0x12, /* bLength */ 0x3, /* bDescriptorType */ {'M','S','F','T','1','0','0'}, /* qwSignature */ MICROSOFT_OS_DESC_VENDOR_CODE, /* bMS_VendorCode */...

Hi, I tried to build the hid_mouse example but got the following error and I don't really know what that means, nor how to fix it. ``` make[2]: *** [build/PIC18F25K50/production/_ext/1268166442/usb.p1]...

Thanks for writing this! Here's a contribution I updated some of the macros to work with the latest XC8 (v2.0 and later) since it adheres more closely with C99, and...

Using microchip-mplabx-bin version 5.05-1 microchip-mplabxc8-bin version 2.05-1 Target configuration "PIC18_Starter_Kit_PIC18F46J50" The build fails. See the attacked build log: [build_log.txt](https://github.com/signal11/m-stack/files/3194537/build_log.txt)

I've been playing around with the PIC18F45K50 for a few days now trying to get it working. Using the official MLA source, I was able to get the config pragmas...

In this example, the device is seen as an HID keyboard. When a pin (in this case RA3) is sensed low, a CTRL+SHIFT+1 keypress is sent to the OS. Code...

Did this work for myself. I saw that the guys from PStar already did something similiar. This is more generic and just for the MCU in general. Not sure if...