TI SimpleLink CC2640R2 LaunchPad

Looks quite good, a couple of problems though. On pcb your hole size is .036, should be .038 for .1 pins (or .035 for IC pins). It is desirable to have an outline of the board in pcb view so the user can see where the board will be taking up space to place components around it on the pcb. In the schematic svg you have the terminal ids defined (except for pin1 which you need to add) but they aren’t in the fzp file (assuming you are using Parts Editor, which I can never get to work for me and thus don’t use, you haven’t set the north/south/east/west setting on the pins). The lack of the terminal id causes a line in schematic to connect to the middle of the pin definition. I manually added the terminal definition to the fzp file in the part in the sketch below to show how it should look (the top pin) against how yours looks (the second pin). As well connectors should start at 0, not 1 as yours do, but it won’t hurt anything in particular.

fixed.fzz (162.1 KB)

Peter