12345678910111213141516171819202122232425262728 |
- CHIP=18f2455
- FAMILLY=18f
- FOSC=48000000 # 48 Mhz
- APP_START='0x800' # application entry point : 0x800 because programmed whith usb bootloader
- MEM_SIZE=0x6000
- UART_PORT=1
- SERDRV_PIN=LATBbits.LATB0
- SERDRV_TRI=TRISBbits.TRISB0
- SERDRV_POL=1
- CONFIG_SETUP=0
|