-
Notifications
You must be signed in to change notification settings - Fork 0
TP1 - gestPWM.c -> bug / amélioration #10
Copy link
Copy link
Open
Labels
bugSomething isn't workingSomething isn't workingimprovementimprovement the listing or algorithmimprovement the listing or algorithminvalidThis doesn't seem rightThis doesn't seem rightquestionFurther information is requestedFurther information is requestedspecificationcompliance with the specifications (customer's requests)compliance with the specifications (customer's requests)wontfixThis will not be worked onThis will not be worked on
Description
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingimprovementimprovement the listing or algorithmimprovement the listing or algorithminvalidThis doesn't seem rightThis doesn't seem rightquestionFurther information is requestedFurther information is requestedspecificationcompliance with the specifications (customer's requests)compliance with the specifications (customer's requests)wontfixThis will not be worked onThis will not be worked on
https://github.com/etideoliveira/MINF_SLO2_TP/blob/8dd67f520f1bf408f73f60500b0fd43514128612/TP1/TP1/firmware/src/gestPWM.c#L25C1-L26C86
=> FCT : GPWM_Initialize <=
pData=> est-ce que vous utilisez cette variable dans votre fonction ? utilité ?MINF_SLO2_TP/TP1/TP1/firmware/src/gestPWM.c
Line 29 in 8dd67f5
PWMData-pData=> quelle différence ?https://github.com/etideoliveira/MINF_SLO2_TP/blob/8dd67f520f1bf408f73f60500b0fd43514128612/TP1/TP1/firmware/src/gestPWM.c#L29C1-L35C50
BSP_EnableHbrige=> à quelle "librairie" est associé cet appel de fct ?MINF_SLO2_TP/TP1/TP1/firmware/src/gestPWM.c
Line 38 in 8dd67f5
=> FCT : GPWM_GetSettings <=
MINF_SLO2_TP/TP1/TP1/firmware/src/gestPWM.c
Line 29 in 8dd67f5
uint16_t,uint8_t?https://github.com/etideoliveira/MINF_SLO2_TP/blob/8dd67f520f1bf408f73f60500b0fd43514128612/TP1/TP1/firmware/src/gestPWM.c#L53C1-L62C73
MINF_SLO2_TP/TP1/TP1/firmware/src/gestPWM.c
Line 74 in 8dd67f5
MINF_SLO2_TP/TP1/TP1/firmware/src/gestPWM.c
Line 95 in 8dd67f5
https://github.com/etideoliveira/MINF_SLO2_TP/blob/8dd67f520f1bf408f73f60500b0fd43514128612/TP1/TP1/firmware/src/gestPWM.c#L67C1-L69C83
https://github.com/etideoliveira/MINF_SLO2_TP/blob/8dd67f520f1bf408f73f60500b0fd43514128612/TP1/TP1/firmware/src/gestPWM.c#L91C1-L93C83
=> bug => librairie => appel de fonction =>
abs=> quelle librairie est associé à cet appel de fonction ?MINF_SLO2_TP/TP1/TP1/firmware/src/gestPWM.c
Line 86 in 8dd67f5
=> FCT : GPWM_DispSettings <=
printf_lcd()=> une fois cet appel de fct exécuté, comment se comporte l'affichage ? est-ce que l'information est gradée en mémoire si vous écrivez sur une autre ligne ?printf_lcd()=> est-ce que certains appel de fct peuvent-il être appelé qu'une seule fois ?https://github.com/etideoliveira/MINF_SLO2_TP/blob/8dd67f520f1bf408f73f60500b0fd43514128612/TP1/TP1/firmware/src/gestPWM.c#L108C1-L109C37
printf_lcd()=> opérateur de conversion =>%xd=> que représente le x ? que se passe-t-il si la valeur à affiché est plus grande que x et même question si plus petite ?printf_lcd()=> opérateur de conversion =>%xd=> comment pourriez-vous gérer les signes : + et - ?MINF_SLO2_TP/TP1/TP1/firmware/src/gestPWM.c
Line 111 in 8dd67f5
MINF_SLO2_TP/TP1/TP1/firmware/src/gestPWM.c
Line 113 in 8dd67f5
MINF_SLO2_TP/TP1/TP1/firmware/src/gestPWM.c
Line 115 in 8dd67f5
=> FCT : GPWM_ExecPWM <=
PLIB_OC_PulseWidth16BitSet=> paramètres => calcul =>est-ce bonne méthode ? contrôle de valeur ? comment faites-vous ?MINF_SLO2_TP/TP1/TP1/firmware/src/gestPWM.c
Line 142 in 8dd67f5
MINF_SLO2_TP/TP1/TP1/firmware/src/gestPWM.c
Line 145 in 8dd67f5
MAXVALAD=> est-ce la bonne valeur à utiliser ? plage de valeur désirée ?MINF_SLO2_TP/TP1/TP1/firmware/src/gestPWM.c
Line 142 in 8dd67f5
MAXVALAD=> est-ce la bonne valeur à utiliser ? plage de valeur désirée ?MINF_SLO2_TP/TP1/TP1/firmware/src/gestPWM.c
Line 145 in 8dd67f5
=> FCT : GPWM_ExecPWMSoft <=
pData=> est-ce que vous utilisez cette variable dans votre fonction ? utilité ?MINF_SLO2_TP/TP1/TP1/firmware/src/gestPWM.c
Line 150 in 8dd67f5
uint8_t?MINF_SLO2_TP/TP1/TP1/firmware/src/gestPWM.c
Line 152 in 8dd67f5