Search found 3 matches

by Sheshebens
28 Jul 2021 09:42
Forum: PIC32 PRO Compilers
Topic: PIC32MX460F512L
Replies: 1
Views: 1272

PIC32MX460F512L

I want to make 3s chargers,and use Charger 9 Click and clicker 2,I have use microC PRO for PIC32 but,I have a lot of problem.I thought program has a problem,thus I tried different program.I downloaded package manager for microC PRO for PIC(P18F87K22).After that I ınstalled package manager,and run as...
by Sheshebens
12 Jul 2021 09:03
Forum: PIC32 PRO Compilers
Topic: Malloc Error
Replies: 2
Views: 1431

Re: Malloc Error

I found full code in microC PRO for PIC32/Packages/Chargers 9 Click/Examples/PIC32 and,Charges code is; /* Example for Charger_9 Click Date : Mar 2019. Author : Nemanja Medakovic Test configuration PIC32 : MCU : P32MX795F512L Dev. Board : EasyPIC Fusion v7 PIC32 Compiler ver : v4.0.0.0 --- Descripti...
by Sheshebens
02 Jul 2021 10:19
Forum: PIC32 PRO Compilers
Topic: Malloc Error
Replies: 2
Views: 1431

Malloc Error

I used Charger 9 Click and it's code copy from Changer 9 Click website, I will show code, void applicationTask() { rx_dat = UART_Rdy_Ptr(); if (rx_dat != 0) { rx_dat = UART_Rd_Ptr(); switch (rx_dat) { case 'e' : { if (en_flag == _CHARGER9_DISABLE) { charger9_enable( _CHARGER9_ENABLE ); en_flag = _CH...

Go to advanced search