Home
JAQForum Ver 24.01
Log In or Join  
Active Topics
Local Time 22:00 09 Jul 2025 Privacy Policy
Jump to

Notice. New forum software under development. It's going to miss a few functions and look a bit ugly for a while, but I'm working on it full time now as the old forum was too unstable. Couple days, all good. If you notice any issues, please contact me.

Forum Index : Microcontroller and PC projects : PicoMite/PicoMiteVGA V5.07.03 -PicoCFunctions.h - fix

Author Message
disco4now

Guru

Joined: 18/12/2014
Location: Australia
Posts: 1000
Posted: 11:13am 21 Apr 2022
Copy link to clipboard 
Print this post

The updated PicoCFunctions.h header file used for CSUB creation in the V5.07.03 distribution is missing one of the previous fixes that corrected an error in the uSec() function that caused it to hang.

It should be as below in red. Currently has (unsigned int) which had previously been corrected to be (unsigned long long)

//Macros to call each function.
//#define uSec(a)         ((void (*)(unsigned int )) Vector_uSec) (a)

#define uSec(a)           ((void  (*)(unsigned long long )) Vector_uSec) (a)

Latest F4 Latest H7 FotS
 
Print this page


To reply to this topic, you need to log in.

The Back Shed's forum code is written, and hosted, in Australia.
© JAQ Software 2025