I once again tried to start from a simple SDK example (drivers->gpio_led_output) and then make all of the necessary changes (package, pin configuration) to match our processor. I am still having the same result of not being able to successfully run the code on the processor. Here is an example message that I get after running Debug:
"Break at address "0x300084c" with no debug information available, or outside of program code."
I feel like there must be one other location where a change needs to be made that is missing.
Also of note is that even after changing the package through the IDE the old package still appears within the Preprocessor Defined Symbols:
CPU_LPC54018JBD208
CPU_LPC54018JBD208_cm4
__REDLIB__
CPU_LPC54018JET180=1
XIP_IMAGE
MXL12835F
CPU_LPC54018
__USE_CMSIS
W25Q128JVFM
SERIAL_PORT_TYPE_UART=1
SDK_DEBUGCONSOLE=1
CR_INTEGER_PRINTF
PRINTF_FLOAT_ENABLE=0
__MCUXPRESSO
DEBUG
I am not sure if this is an error or is intentional. I have tried removing that entry but it does not impact the results.