Click here to Skip to main content
15,889,216 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
I Am doing the audio codec project on PIC32MX.I have a source code for the same on using board PIC32MM0256. Now I need to modify the code for PIC32MX. Is there any source available to get the code?

Please help me to solve this issue.

Thanks

What I have tried:

I am trying to change the code from PIC32MM to PIC32MX
Posted
Updated 3-Dec-21 0:17am

Best is to contact the vendor of the product, software or some special forums. Here you wont get a detailled answer.
 
Share this answer
 
Comments
Member 15453944 3-Dec-21 6:04am    
../../../../../bsp/pic32mm_usb_crsty/system.h:209:45: error: '_SPI1_TX_VECTOR' undeclared here (not in a function)

I have error like this
KarstenK 3-Dec-21 12:52pm    
Then you must search the complete code for this data type and figure out how to get it. Maybe some define must be activated. See in this forum is more for you: https://www.microchip.com/forums/m1111266.aspx
You have to check first if the required features exist on your target device.
Then you have to adapt the existing code to actually run on it.
In order to get better help you should report the exact names of the two MCUs and a link to the source code you are trying to modify.
Moreover, as others already suggested, you could possibly get better help on Microchip forums.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900