Search found 10 matches

by jperez
15 Dec 2023 14:53
Forum: ARM AI Compilers
Topic: STD_OUT logger vs UART logger
Replies: 1
Views: 255

Re: STD_OUT logger vs UART logger

figured it out. Changed the application output to UART on the setup.
by jperez
13 Dec 2023 23:48
Forum: ARM AI Compilers
Topic: STD_OUT logger vs UART logger
Replies: 1
Views: 255

STD_OUT logger vs UART logger

how can I have my project use one vs the other? Can Necto Studio grab the one needed based on the libraries check boxes? always seems to grab the std_out logger.
by jperez
03 Nov 2023 16:02
Forum: ARM AI Compilers
Topic: Interrupt support
Replies: 6
Views: 872

Re: Interrupt support

I saw the handlers on the startup file. Do I use those or do I use something like what the timer calculator outputs?

//timer calculator with the "iv" directive.
void INTERRUPTS_UART1_IRQHandler(void) iv INTERRUPTS_USART1
{
}
----OR----

//from stm32f4xxxxx.s file
void UART1_IRQHandler(void)

{

}
by jperez
03 Nov 2023 13:30
Forum: ARM AI Compilers
Topic: Interrupt support
Replies: 6
Views: 872

Re: Interrupt support

I saw those, but what about the IRQ? I do not see a prototype for it.
by jperez
02 Nov 2023 13:23
Forum: ARM AI Compilers
Topic: Interrupt support
Replies: 6
Views: 872

Re: Interrupt support

So just to confirm. If I want interrupts in Necto Studio 5.0 I have to manually set them up using registers? independent of MikroC for Arm or GCC setups.
by jperez
31 Aug 2023 14:44
Forum: PIC32 PRO Compilers
Topic: PIC32MX Click 2 and MagicRFID
Replies: 2
Views: 356

Re: PIC32MX Click 2 and MagicRFID

I got it working in Necto but since Necto does not allow me to hardware debug for some reason, I have to use mikroC PRO. The necto API is more complete, has functions to change region which was my problem. I was getting garbage on the UART. Ill see if I can massage the header file from necto into Mi...
by jperez
29 Aug 2023 16:55
Forum: PIC32 PRO Compilers
Topic: PIC32MX Click 2 and MagicRFID
Replies: 2
Views: 356

PIC32MX Click 2 and MagicRFID

Hello, I have a Magic RFID on bus1 and a USB uart on bus 2. Downloaded all packages (Pic32mx click board, magic and usb uart) for MicroC Pro and still cannot get it to work. void system_init ( ) { mikrobus_gpioInit( _MIKROBUS1, _MIKROBUS_CS_PIN, _GPIO_OUTPUT ); mikrobus_uartInit( _MIKROBUS1, &MAGICR...
by jperez
21 Mar 2023 14:26
Forum: mikroProg™ programmer and debugger
Topic: PIC32MX clicker board and Mikroprog
Replies: 11
Views: 1671

Re: PIC32MX clicker board and Mikroprog

It started working magically now. I do have another issue in necto studio, I debugged in Mikro C Pro. I am not able to debug, getting a:

GDB server process error: Process crashed.
GDB server exited with code: -1073741819. Check output for more details.
by jperez
17 Mar 2023 11:52
Forum: mikroProg™ programmer and debugger
Topic: PIC32MX clicker board and Mikroprog
Replies: 11
Views: 1671

Re: PIC32MX clicker board and Mikroprog

It programs now. The only thing I changed was removing USB power-only wall cable and used a USB from my laptop on the click2 board. I am not able to debug though. Getting a 'GDB server process error: Process crashed. GDB server exited with code: -1073741819. Check output for more details. no details...
by jperez
07 Mar 2023 18:46
Forum: mikroProg™ programmer and debugger
Topic: PIC32MX clicker board and Mikroprog
Replies: 11
Views: 1671

PIC32MX clicker board and Mikroprog

Hello, I am having the exact same issue as https://forum.mikroe.com/viewtopic.php?t=77111 Using- Clicker2 For Pic32MX hw Mikroprog Suite v2.90 Mikropog for Pic32 fw v2.11 I am able to flash, erase etc with an ICD3. I bought this mikroprog in order to hardware debug with necto studio. I am using the ...

Go to advanced search