motor.c 49 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543154415451546154715481549155015511552155315541555155615571558155915601561156215631564156515661567156815691570157115721573157415751576157715781579158015811582158315841585158615871588158915901591159215931594159515961597159815991600160116021603160416051606160716081609161016111612161316141615161616171618161916201621162216231624162516261627162816291630163116321633163416351636163716381639164016411642164316441645164616471648164916501651165216531654165516561657165816591660166116621663166416651666166716681669167016711672167316741675167616771678167916801681168216831684168516861687168816891690169116921693169416951696169716981699170017011702170317041705170617071708170917101711171217131714171517161717171817191720172117221723172417251726172717281729173017311732173317341735173617371738173917401741174217431744174517461747174817491750175117521753175417551756175717581759
  1. #include "foc/motor/motor.h"
  2. #include "foc/motor/current.h"
  3. #include "foc/foc_config.h"
  4. #include "foc/mc_error.h"
  5. #include "foc/samples.h"
  6. #include "math/fast_math.h"
  7. #include "bsp/bsp_driver.h"
  8. #include "libs/time_measure.h"
  9. #include "foc/commands.h"
  10. #include "libs/logger.h"
  11. #include "foc/samples.h"
  12. #include "foc/motor/motor_param.h"
  13. #include "foc/core/foc_observer.h"
  14. #include "foc/core/F_Calc.h"
  15. #include "foc/core/etcs.h"
  16. #include "app/nv_storage.h"
  17. #include "app/factory.h"
  18. #include "foc/motor/mot_params_ind.h"
  19. #include "foc/motor/throttle.h"
  20. #include "foc/limit.h"
  21. extern u32 enc_pwm_err_ms;
  22. extern s16 enc_delta_err1, enc_delta_err2;
  23. static bool mc_detect_hwbrake(void);
  24. static bool mc_is_gpio_mlock(void);
  25. static void _pwm_brake_prot_timer_handler(shark_timer_t *);
  26. static shark_timer_t _brake_prot_timer = TIMER_INIT(_brake_prot_timer, _pwm_brake_prot_timer_handler);
  27. static void _fan_det_timer_handler(shark_timer_t *);
  28. static shark_timer_t _fan_det_timer1 = TIMER_INIT(_fan_det_timer1, _fan_det_timer_handler);
  29. static shark_timer_t _fan_det_timer2 = TIMER_INIT(_fan_det_timer2, _fan_det_timer_handler);
  30. static void _encoder_zero_off_timer_handler(shark_timer_t *);
  31. static shark_timer_t _encoder_zero_off_timer = TIMER_INIT(_encoder_zero_off_timer, _encoder_zero_off_timer_handler);
  32. static void _led_off_timer_handler(shark_timer_t *);
  33. static shark_timer_t _led_off_timer = TIMER_INIT(_led_off_timer, _led_off_timer_handler);
  34. motor_t motor = {
  35. .s_direction = POSITIVE,
  36. .n_gear = 0,
  37. .b_high_vol_mode = false,
  38. .mode = CTRL_MODE_OPEN,
  39. .mos_lim = 0,
  40. .motor_lim = 0,
  41. .b_ind_start = false,
  42. .s_target_speed = MAX_S16,
  43. .s_force_torque = MAX_S16,
  44. .u_set.idc_lim = IDC_USER_LIMIT_NONE,
  45. .u_set.rpm_lim = RPM_USER_LIMIT_NONE,
  46. .u_set.ebrk_lvl = 0,
  47. .u_set.n_brkShutPower = CONFIG_Settings_BrkShutPower,
  48. .u_set.b_tcs = 0xFF,
  49. };
  50. /* 无感运行的挡位,限制速度,母线电流,最大扭矩 */
  51. static gear_t sensorless_gear = {
  52. .max_speed = CONFIG_SENSORLESS_MAX_SPEED,
  53. .max_torque = CONFIG_SENSORLESS_MAX_TORQUE,
  54. .max_idc = CONFIG_SENSORLESS_MAX_IDC,
  55. .zero_accl = 1500,
  56. .accl_time = 1500,
  57. .torque = {100, 80, 60, 50, 40, 30, 0, 0, 0, 0},
  58. };
  59. static runtime_node_t mc_error;
  60. static void MC_Check_MosVbusThrottle(void) {
  61. int count = 1000;
  62. float ibus_adc = 0;
  63. float vref_adc = 0;
  64. float vref_5v_adc = 0;
  65. gpio_phase_u_detect(true);
  66. while(count-- > 0) {
  67. task_udelay(20);
  68. sample_uvw_phase();
  69. sample_throttle();
  70. sample_vbus();
  71. vref_adc += adc_get_vref();
  72. vref_5v_adc += adc_get_5v_ref();
  73. }
  74. adc_set_vref_calc(vref_adc/1000.0f);
  75. adc_set_5vref_calc(vref_5v_adc/1000.0f);
  76. sys_debug("5v ref %f\n", vref_5v_adc/1000.0f);
  77. count = 50;
  78. while(count-- >0) {
  79. task_udelay(300);
  80. ibus_adc += adc_get_ibus();
  81. }
  82. u16 offset = ((float)ibus_adc)/50.0f;
  83. sys_debug("ibus offset %d\n", offset);
  84. sample_ibus_offset(offset);
  85. if (factory_is_running()) {
  86. return;
  87. }
  88. gpio_phase_u_detect(false);
  89. float abc[3];
  90. get_phase_vols_filtered(abc);
  91. int vbus_vol = sample_vbus_raw();
  92. if (vbus_vol > mc_conf()->c.max_dc_vol) {
  93. mc_set_critical_error(FOC_CRIT_OV_Vol_Err);
  94. }
  95. if (vbus_vol <= mc_conf()->c.min_dc_vol) {
  96. mc_set_critical_error(FOC_CRIT_UN_Vol_Err);
  97. }
  98. vbus_vol = sample_acc_vol_raw();
  99. sys_debug("acc vol %d\n", vbus_vol);
  100. if (vbus_vol >= mc_conf()->c.max_dc_vol) {
  101. mc_set_critical_error(FOC_CRIT_ACC_OV_Err);
  102. }
  103. if (vbus_vol <= mc_conf()->c.min_dc_vol) {
  104. mc_set_critical_error(FOC_CRIT_ACC_Un_Err);
  105. }
  106. if (throttle_is_all_error()) {
  107. if (!motor.b_ignor_throttle) {
  108. mc_set_critical_error(FOC_CRIT_THRO_Err);
  109. mc_set_critical_error(FOC_CRIT_THRO2_Err);
  110. }
  111. }
  112. if (abc[0] > vbus_vol/2 || abc[1] > vbus_vol/2 || abc[2] > vbus_vol/2) {
  113. mc_set_critical_error(FOC_CRIT_H_MOS_Err);
  114. }else if (abc[0] < 0.001f){
  115. mc_set_critical_error(FOC_CRIT_L_MOS_Err);
  116. }else if ((abc[0] > 0.5f) && (abc[1] < 0.001f || abc[2] < 0.001f)) {
  117. mc_set_critical_error(FOC_CRIT_Phase_Conn_Err);
  118. }
  119. sys_debug("phase vol %f, %f, %f\n", abc[0], abc[1], abc[2]);
  120. }
  121. static int hw_brk_err_cnt = 0;
  122. static int hw_brk_no_err_cnt = 0;
  123. static u32 _self_check_task(void *p) {
  124. if (factory_is_running()) {
  125. return 1000;
  126. }
  127. if (get_tick_ms() < 500) { //启动500ms内检测刹车状态是否正常,应该是没有刹车
  128. if (mc_detect_hwbrake() && hw_brk_err_cnt++ >= 60) {
  129. mc_set_critical_error(FOC_CRIT_BRK_Err);
  130. }
  131. }else {
  132. if (mc_critical_err_is_set(FOC_CRIT_BRK_Err) && !mc_detect_hwbrake()) {
  133. if (hw_brk_no_err_cnt++ >= 100) {
  134. mc_clr_critical_error(FOC_CRIT_BRK_Err);
  135. }
  136. }else {
  137. hw_brk_no_err_cnt = 0;
  138. }
  139. }
  140. #ifndef CONFIG_USE_ENCODER_HALL
  141. if (ENC_Check_error()) {
  142. if (mc_set_critical_error(FOC_CRIT_Encoder_Err)) {
  143. mc_crit_err_add_s16(FOC_CRIT_Encoder_Err, -1);
  144. }
  145. }
  146. #endif
  147. if (get_tick_ms() < 5000) { //启动后5s内检测锁电机线
  148. if (mc_is_gpio_mlock()) {
  149. mc_lock_motor(true);
  150. }
  151. }
  152. if (motor.b_lock_motor) {
  153. if (!mc_is_gpio_mlock()) {
  154. mc_lock_motor(false);
  155. }
  156. }
  157. if (!motor.b_ignor_throttle) {
  158. if (throttle_is_all_error()) {
  159. mc_set_critical_error(FOC_CRIT_THRO_Err);
  160. mc_set_critical_error(FOC_CRIT_THRO2_Err);
  161. }else if (throttle1_is_error()) {
  162. mc_set_critical_error(FOC_CRIT_THRO_Err);
  163. }else if (throttle2_is_error()) {
  164. mc_set_critical_error(FOC_CRIT_THRO2_Err);
  165. }
  166. }
  167. if (fan_pwm_is_running()) {
  168. #ifdef GPIO_FAN1_IN_GROUP
  169. if ((get_delta_ms(motor.fan[0].start_ts) >= 5000) && (motor.fan[0].rpm == 0)) {
  170. mc_set_critical_error(FOC_CRIT_Fan_Err);
  171. }else if (motor.fan[0].rpm > 0) {
  172. mc_clr_critical_error(FOC_CRIT_Fan_Err);
  173. }
  174. #endif
  175. }
  176. return 5;
  177. }
  178. static bool mc_detect_vbus_mode(void) {
  179. #ifdef CONFIG_FORCE_HIGH_VOL_MODE
  180. motor.b_high_vol_mode = true;
  181. return false;
  182. #else
  183. bool is_96mode = motor.b_high_vol_mode;
  184. motor.b_high_vol_mode = get_vbus_int() >= CONFIG_HIGH_VOL_MODE_MIN_VOL;
  185. return (is_96mode != motor.b_high_vol_mode);
  186. #endif
  187. }
  188. static void mc_internal_init(u8 mode, bool start) {
  189. motor.mode = mode;
  190. motor.throttle = 0;
  191. motor.b_start = start;
  192. motor.b_runStall = false;
  193. motor.runStall_time = 0;
  194. motor.b_epm = false;
  195. motor.b_epm_cmd_move = false;
  196. motor.epm_dir = EPM_Dir_None;
  197. motor.n_autohold_time = 0;
  198. motor.b_auto_hold = 0;
  199. motor.b_break = false;
  200. motor.b_wait_brk_release = false;
  201. motor.b_force_run = false;
  202. motor.b_cruise = false;
  203. motor.b_limit_pending = false;
  204. motor.f_epm_trq = 0;
  205. motor.f_epm_vel = 0;
  206. motor.vbus_le_cnt = motor.vbus_he_cnt = 0;
  207. motor.s_vbus_hw_min = mc_conf()->c.min_dc_vol;
  208. motor.s_vbus_hw_max = mc_conf()->c.max_dc_vol;
  209. }
  210. static void _led_off_timer_handler(shark_timer_t *t) {
  211. gpio_led_enable(false);
  212. }
  213. static void mc_gear_mode_set(void) {
  214. gear_t *gears = mc_gear_conf();
  215. if (gears != &sensorless_gear) {
  216. sensorless_gear.max_torque = gears->max_torque;
  217. }else { //slowly changed
  218. line_ramp_set_time(&motor.controller.ramp_vel_lim, CONFIG_SENSORLESS_RAMP_TIME);
  219. line_ramp_set_time(&motor.controller.ramp_dc_curr_lim, CONFIG_SENSORLESS_RAMP_TIME);
  220. }
  221. mot_contrl_set_vel_limit(&motor.controller, (float)min(gears->max_speed, motor.u_set.rpm_lim));
  222. mot_contrl_set_dccurr_limit(&motor.controller, (float)min(gears->max_idc, motor.u_set.idc_lim));
  223. mot_contrl_set_torque_limit(&motor.controller, (float)gears->max_torque);
  224. }
  225. void mc_init(void) {
  226. mc_internal_init(CTRL_MODE_OPEN, false);
  227. fan_pwm_init();
  228. adc_init(false);
  229. pwm_3phase_init();
  230. samples_init();
  231. motor_encoder_init();
  232. foc_command_init();
  233. throttle_init();
  234. mc_detect_vbus_mode();
  235. mot_contrl_init(&motor.controller);
  236. mc_gpio_init();
  237. MC_Check_MosVbusThrottle();
  238. sched_timer_enable(CONFIG_SPD_CTRL_US);
  239. shark_task_create(_self_check_task, NULL);
  240. pwm_up_enable(true);
  241. gpio_led_enable(true);
  242. shark_timer_post(&_led_off_timer, 5000);
  243. }
  244. motor_t * get_motor(void) {
  245. return &motor;
  246. }
  247. gear_t *mc_gear_conf_by_gear(u8 n_gear) {
  248. gear_t *gears;
  249. if (!foc_observer_is_encoder()) { //无感模式,受限运行
  250. return &sensorless_gear;
  251. }
  252. if (motor.b_high_vol_mode) {
  253. gears = &mc_conf()->g_n[0];
  254. }else {
  255. gears = &mc_conf()->g_l[0];
  256. }
  257. return &gears[n_gear];
  258. }
  259. gear_t *mc_gear_conf(void) {
  260. return mc_gear_conf_by_gear(motor.n_gear);
  261. }
  262. static __INLINE float gear_rpm_2_torque(u8 torque, s16 max) {
  263. return (float)torque/100.0f * max;
  264. }
  265. float mc_gear_max_torque(s16 vel, u8 gear_n) {
  266. gear_t *gear = mc_gear_conf_by_gear(gear_n);
  267. if (gear == NULL) {
  268. return 0;
  269. }
  270. vel = ABS(vel);
  271. if (vel <= 1000) {
  272. return gear_rpm_2_torque(gear->torque[0], gear->max_torque);
  273. }
  274. int vel_idx = vel / 1000;
  275. if (vel_idx >= CONFIG_GEAR_SPEED_TRQ_NUM -1 ) {
  276. return gear_rpm_2_torque(gear->torque[CONFIG_GEAR_SPEED_TRQ_NUM-1], gear->max_torque);
  277. }
  278. float torque_1 = gear_rpm_2_torque(gear->torque[vel_idx-1], gear->max_torque);
  279. float min_rpm = vel_idx * 1000;
  280. float torque_2 = gear_rpm_2_torque(gear->torque[vel_idx], gear->max_torque);
  281. float max_rpm = min_rpm + 1000;
  282. return f_map((float)vel, min_rpm, max_rpm, torque_1, torque_2);
  283. }
  284. float mc_get_max_torque_now(void) {
  285. return mc_gear_max_torque(motor.controller.foc.mot_velocity_filterd, motor.n_gear);
  286. }
  287. /* 必须立即停机 */
  288. bool mc_critical_need_stop(void) {
  289. u32 mask = FOC_Cri_Err_Mask(FOC_CRIT_IDC_OV) | FOC_Cri_Err_Mask(FOC_CRIT_Angle_Err) | FOC_Cri_Err_Mask(FOC_CRIT_Phase_Err) |
  290. FOC_Cri_Err_Mask(FOC_CRIT_Vol_HW_Err) | FOC_Cri_Err_Mask(FOC_CRIT_OV_Vol_Err);
  291. u32 err = motor.n_CritiCalErrMask & mask;
  292. return (err != 0);
  293. }
  294. bool mc_critical_can_not_run(void) {
  295. u32 mask = FOC_Cri_Err_Mask(FOC_CRIT_MOTOR_TEMP_Lim) | FOC_Cri_Err_Mask(FOC_CRIT_MOS_TEMP_Lim);
  296. u32 err = motor.n_CritiCalErrMask & mask;
  297. bool crit_err = (err != 0) || mc_critical_need_stop();
  298. if (!motor.b_ignor_throttle) {
  299. crit_err = crit_err || throttle_is_all_error();
  300. }
  301. return crit_err;
  302. }
  303. bool mc_unsafe_critical_error(void) {
  304. u32 err = motor.n_CritiCalErrMask & (~(FOC_Cri_Err_Mask(FOC_CRIT_Fan_Err)));
  305. #ifdef CONFIG_DQ_STEP_RESPONSE
  306. sys_debug("err=0x%x\n", err);
  307. err = err & (~(FOC_Cri_Err_Mask(FOC_CRIT_Encoder_Err)));
  308. err = err & (~(FOC_Cri_Err_Mask(FOC_CRIT_THRO_Err)));
  309. err = err & (~(FOC_Cri_Err_Mask(FOC_CRIT_THRO2_Err)));
  310. sys_debug("err=0x%x\n", err);
  311. #else
  312. if (!throttle_is_all_error()) {//不是两个转把都有问题,忽略出问题的转把错误
  313. if (throttle1_is_error()) {
  314. err = err & (~(FOC_Cri_Err_Mask(FOC_CRIT_THRO_Err)));
  315. }else if (throttle2_is_error()) {
  316. err = err & (~(FOC_Cri_Err_Mask(FOC_CRIT_THRO2_Err)));
  317. }
  318. }
  319. #endif
  320. if (motor.b_ignor_throttle) {
  321. err = err & (~(FOC_Cri_Err_Mask(FOC_CRIT_THRO_Err)));
  322. err = err & (~(FOC_Cri_Err_Mask(FOC_CRIT_THRO2_Err)));
  323. }
  324. return (err != 0);
  325. }
  326. bool mc_start(u8 mode) {
  327. if (motor.b_start) {
  328. return true;
  329. }
  330. #ifdef CONFIG_DQ_STEP_RESPONSE
  331. mode = CTRL_MODE_CURRENT;
  332. #endif
  333. motor.s_force_torque = MAX_S16;
  334. mc_detect_vbus_mode();
  335. etcs_enable(&motor.controller.etcs, mc_tcs_is_enabled());
  336. if (motor.b_lock_motor) {
  337. mot_contrl_set_error(&motor.controller, FOC_NotAllowed);
  338. return false;
  339. }
  340. MC_Check_MosVbusThrottle();
  341. if (mc_unsafe_critical_error()) {
  342. mot_contrl_set_error(&motor.controller, FOC_Have_CritiCal_Err);
  343. return false;
  344. }
  345. if (mode > CTRL_MODE_CURRENT) {
  346. mot_contrl_set_error(&motor.controller, FOC_Param_Err);
  347. return false;
  348. }
  349. if (mot_contrl_get_speed_abs(&motor.controller) > CONFIG_ZERO_SPEED_RPM) {
  350. mot_contrl_set_error(&motor.controller, FOC_NowAllowed_With_Speed);
  351. return false;
  352. }
  353. if (!mc_throttle_released()) {
  354. mot_contrl_set_error(&motor.controller, FOC_Throttle_Err);
  355. return false;
  356. }
  357. pwm_up_enable(false);
  358. u32 mask = cpu_enter_critical();
  359. mc_internal_init(mode, true);
  360. throttle_torque_reset();
  361. motor_encoder_start(true);
  362. mot_contrl_start(&motor.controller, mode);
  363. mot_contrl_set_torque_ramp_time(&motor.controller, mc_gear_conf()->zero_accl, mc_conf()->c.thro_dec_time);
  364. mc_set_ebrk_level(motor.u_set.ebrk_lvl);
  365. mc_gear_mode_set();
  366. cpu_exit_critical(mask);
  367. pwm_turn_on_low_side();
  368. delay_ms(10);
  369. phase_current_offset_calibrate();
  370. pwm_start();
  371. delay_us(10); //wait for ebrake error
  372. if (mc_unsafe_critical_error()) {
  373. mc_stop();
  374. return false;
  375. }
  376. adc_start_convert();
  377. phase_current_calibrate_wait();
  378. if (phase_curr_offset_check()) {
  379. mot_contrl_set_error(&motor.controller, FOC_CRIT_CURR_OFF_Err);
  380. mc_stop();
  381. return false;
  382. }
  383. if (mc_detect_hwbrake()) {
  384. mot_contrl_set_hw_brake(&motor.controller, true);
  385. }
  386. return true;
  387. }
  388. bool mc_stop(void) {
  389. if (!motor.b_start) {
  390. return true;
  391. }
  392. if (motor.b_lock_motor) {
  393. mot_contrl_set_error(&motor.controller, FOC_NotAllowed);
  394. return false;
  395. }
  396. if (mot_contrl_get_speed_abs(&motor.controller) > CONFIG_ZERO_SPEED_RPM) {
  397. mot_contrl_set_error(&motor.controller, FOC_NowAllowed_With_Speed);
  398. return false;
  399. }
  400. u32 mask = cpu_enter_critical();
  401. mc_internal_init(CTRL_MODE_OPEN, false);
  402. adc_stop_convert();
  403. pwm_stop();
  404. mot_contrl_stop(&motor.controller);
  405. motor_encoder_start(false);
  406. pwm_up_enable(true);
  407. cpu_exit_critical(mask);
  408. return true;
  409. }
  410. void mc_set_mos_lim_level(u8 l) {
  411. if (motor.mos_lim != l) {
  412. mc_crit_err_add(FOC_EV_MOS_Limit_L, l, get_mos_temp_raw());
  413. }
  414. motor.mos_lim = l;
  415. }
  416. void mc_set_motor_lim_level(u8 l) {
  417. if (motor.motor_lim != l) {
  418. mc_crit_err_add(FOC_EV_MOT_Limit_L, l, get_motor_temp_raw());
  419. }
  420. motor.motor_lim = l;
  421. }
  422. bool mc_set_gear(u8 gear) {
  423. if (gear >= CONFIG_MAX_GEARS) {
  424. mot_contrl_set_error(&motor.controller, FOC_Param_Err);
  425. return false;
  426. }
  427. if (motor.n_gear != gear) {
  428. #if TURBO_GEAR_AUTO_EXIT_TIME>0
  429. if (gear == TURBO_GEAR) {
  430. if (motor.mos_lim != 0 || motor.motor_lim != 0) {
  431. mot_contrl_set_error(&motor.controller, FOC_NotAllowed);
  432. return false;
  433. }
  434. if (get_motor_temp_raw() >= TURBO_MIN_MOTOR_TEMP || get_mos_temp_raw() >= TURBO_MIN_MOS_TEMP) {
  435. mot_contrl_set_error(&motor.controller, FOC_NotAllowed);
  436. return false;
  437. }
  438. motor.gear_last = motor.n_gear;
  439. motor.turbo_time = get_tick_ms();
  440. }
  441. #endif
  442. u32 mask = cpu_enter_critical();
  443. motor.n_gear = gear;
  444. mc_gear_mode_set();
  445. cpu_exit_critical(mask);
  446. }
  447. return true;
  448. }
  449. static void mc_turbo_auto_exit(void) {
  450. #if TURBO_GEAR_AUTO_EXIT_TIME>0
  451. if (motor.n_gear != TURBO_GEAR) {
  452. return;
  453. }
  454. if (motor.mos_lim != 0 || motor.motor_lim != 0) {
  455. mc_set_gear(motor.gear_last);
  456. return;
  457. }
  458. u32 delta_time = get_delta_ms(motor.turbo_time);
  459. if (delta_time >= TURBO_GEAR_AUTO_EXIT_TIME) {
  460. motor.turbo_remain_sec = 0;
  461. mc_set_gear(motor.gear_last);
  462. return;
  463. }else {
  464. motor.turbo_remain_sec = (TURBO_GEAR_AUTO_EXIT_TIME - delta_time) / 1000;
  465. }
  466. #endif
  467. }
  468. u8 mc_get_gear(void) {
  469. if (motor.n_gear == 3){
  470. return 0;
  471. }
  472. return motor.n_gear + 1;
  473. }
  474. u8 mc_get_internal_gear(void) {
  475. return motor.n_gear;
  476. }
  477. bool mc_tcs_is_enabled(void) {
  478. bool tcs_enabled = mc_conf()->s.tcs_enable;
  479. if (motor.u_set.b_tcs == 0) {
  480. tcs_enabled = false;
  481. }else if (motor.u_set.b_tcs == 1) {
  482. tcs_enabled = true;
  483. }
  484. return tcs_enabled;
  485. }
  486. bool mc_hwbrk_can_shutpower(void) {
  487. if (motor.u_set.n_brkShutPower != MAX_U8) {
  488. return (motor.u_set.n_brkShutPower != 0);
  489. }
  490. return (mc_conf()->s.brk_shut_power != 0);
  491. }
  492. bool mc_enable_cruise(bool enable) {
  493. if (enable == motor.b_cruise) {
  494. return true;
  495. }
  496. if (mot_contrl_set_cruise(&motor.controller, enable)) {
  497. motor.b_cruise = enable;
  498. motor.cruise_time = enable?shark_get_seconds():0;
  499. motor.cruise_torque = 0.0f;
  500. return true;
  501. }
  502. return false;
  503. }
  504. bool mc_set_target_vel(s16 vel) {
  505. if (motor.mode != CTRL_MODE_SPD || mc_is_epm()) {
  506. return false;
  507. }
  508. motor.s_target_speed = vel;
  509. return true;
  510. }
  511. bool mc_set_force_torque(s16 torque) {
  512. if (motor.mode != CTRL_MODE_TRQ) {
  513. return false;
  514. }
  515. if (torque == MAX_S16) {
  516. motor.s_force_torque = MAX_S16;
  517. }else {
  518. motor.s_force_torque = fclamp(torque, -mc_gear_conf()->max_torque, mc_gear_conf()->max_torque);
  519. }
  520. return true;
  521. }
  522. bool mc_is_cruise_enabled(void) {
  523. return motor.b_cruise;
  524. }
  525. bool mc_set_cruise_speed(bool rpm_abs, float target_rpm) {
  526. bool ret;
  527. if (rpm_abs) {
  528. ret = mot_contrl_set_cruise_speed(&motor.controller, target_rpm);
  529. }else {
  530. ret = mot_contrl_set_cruise_speed(&motor.controller, mot_contrl_get_speed(&motor.controller) + target_rpm);
  531. }
  532. if (ret) {
  533. motor.cruise_time = shark_get_seconds();
  534. motor.cruise_torque = 0.0f;
  535. }
  536. return ret;
  537. }
  538. void mc_set_idc_limit(s16 limit) {
  539. if ((limit == motor.u_set.idc_lim) || (limit < 0)) {
  540. return;
  541. }
  542. motor.u_set.idc_lim = limit;
  543. mc_gear_mode_set();
  544. }
  545. void mc_set_rpm_limit(s16 limit) {
  546. if ((limit == motor.u_set.rpm_lim) || (limit < 0)) {
  547. return;
  548. }
  549. motor.u_set.rpm_lim = limit;
  550. mc_gear_mode_set();
  551. }
  552. bool mc_set_ebrk_level(u8 level) {
  553. if (level < CONFIG_EBRK_LVL_NUM) {
  554. motor.u_set.ebrk_lvl = level;
  555. mot_contrl_set_ebrk_time(&motor.controller, mc_get_ebrk_time());
  556. mot_contrl_set_ebrk_torquer(&motor.controller, mc_get_ebrk_torque());
  557. return true;
  558. }
  559. return false;
  560. }
  561. void mc_enable_brkshutpower(u8 shut) {
  562. motor.u_set.n_brkShutPower = shut;
  563. }
  564. void mc_enable_tcs(bool enable) {
  565. motor.u_set.b_tcs = enable?1:0;
  566. etcs_enable(&motor.controller.etcs, enable);
  567. }
  568. s16 mc_get_ebrk_torque(void) {
  569. if (motor.u_set.ebrk_lvl < CONFIG_EBRK_LVL_NUM) {
  570. return min(mc_conf()->e_r[motor.u_set.ebrk_lvl].torque, mc_conf()->c.max_ebrk_torque);
  571. }
  572. return 0;
  573. }
  574. u16 mc_get_ebrk_time(void) {
  575. if (motor.u_set.ebrk_lvl < CONFIG_EBRK_LVL_NUM) {
  576. return (u16)mc_conf()->e_r[motor.u_set.ebrk_lvl].time;
  577. }
  578. return 0xFFFF;
  579. }
  580. bool mc_set_ctrl_mode(u8 mode) {
  581. if (mode == motor.mode) {
  582. return true;
  583. }
  584. if (!motor.b_start && !motor.b_ind_start) {
  585. return false;
  586. }
  587. if (mc_critical_can_not_run()) {
  588. return false;
  589. }
  590. if ((mode == CTRL_MODE_OPEN) && (mot_contrl_get_speed_abs(&motor.controller) > CONFIG_ZERO_SPEED_RPM)) {
  591. mot_contrl_set_error(&motor.controller, FOC_NotAllowed);
  592. return false;
  593. }
  594. u32 mask = cpu_enter_critical();
  595. bool ret = false;
  596. if (mot_contrl_request_mode(&motor.controller, mode)) {
  597. motor.mode = mode;
  598. if ((mode == CTRL_MODE_OPEN || mode == CTRL_MODE_CURRENT) && !mot_contrl_is_start(&motor.controller)) {
  599. mot_contrl_start(&motor.controller, motor.mode);
  600. pwm_enable_channel();
  601. }
  602. ret = true;
  603. }
  604. cpu_exit_critical(mask);
  605. return ret;
  606. }
  607. bool mc_start_epm(bool epm) {
  608. if (motor.b_epm == epm) {
  609. return true;
  610. }
  611. if (!motor.b_start) {
  612. mot_contrl_set_error(&motor.controller, FOC_NotAllowed);
  613. return false;
  614. }
  615. if (motor_encoder_get_speed() > CONFIG_ZERO_SPEED_RPM) {
  616. mot_contrl_set_error(&motor.controller, FOC_NowAllowed_With_Speed);
  617. return false;
  618. }
  619. if (!mc_throttle_released()) {
  620. mot_contrl_set_error(&motor.controller, FOC_Throttle_Err);
  621. return false;
  622. }
  623. u32 mask = cpu_enter_critical();
  624. motor.b_epm = epm;
  625. motor.f_epm_vel = 0.0f;
  626. motor.f_epm_trq = 0.0f;
  627. motor_encoder_band_epm(epm);
  628. if (epm) {
  629. mot_contrl_set_target_vel(&motor.controller, 0);
  630. motor.mode = CTRL_MODE_SPD;
  631. motor.epm_dir = EPM_Dir_None;
  632. mot_contrl_set_torque_limit(&motor.controller, mc_conf()->c.max_epm_torque);
  633. mot_contrl_request_mode(&motor.controller, CTRL_MODE_SPD);
  634. }else {
  635. motor.epm_dir = EPM_Dir_None;
  636. motor.mode = CTRL_MODE_TRQ;
  637. motor.b_epm_cmd_move = false;
  638. mot_contrl_request_mode(&motor.controller, CTRL_MODE_TRQ);
  639. mot_contrl_set_torque_limit_rttime(&motor.controller, CONFIG_LIMIT_RAMP_TIME);
  640. mot_contrl_set_vel_rttime(&motor.controller, CONFIG_CRUISE_RAMP_TIME);
  641. mc_gear_mode_set();
  642. }
  643. cpu_exit_critical(mask);
  644. return false;
  645. }
  646. bool mc_is_epm(void) {
  647. return motor.b_epm;
  648. }
  649. bool mc_is_start(void) {
  650. return (motor.b_start || mot_contrl_is_start(&motor.controller));
  651. }
  652. bool mc_start_epm_move(epm_dir_t dir, bool is_command) {
  653. if (!motor.b_epm || !motor.b_start) {
  654. mot_contrl_set_error(&motor.controller, FOC_NotAllowed);
  655. return false;
  656. }
  657. if ((dir == motor.epm_dir) && (is_command == motor.b_epm_cmd_move)) {
  658. return true;
  659. }
  660. u32 mask = cpu_enter_critical();
  661. if (motor.epm_dir != dir) {
  662. motor.f_epm_vel = 0.0f;
  663. motor.f_epm_trq = 0.0f;
  664. }
  665. motor.epm_dir = dir;
  666. if (dir != EPM_Dir_None) {
  667. motor.b_epm_cmd_move = is_command;
  668. if (!mot_contrl_is_start(&motor.controller)) {
  669. mot_contrl_start(&motor.controller, motor.mode);
  670. mc_gear_mode_set();
  671. pwm_enable_channel();
  672. }else if (mot_contrl_is_auto_holdding(&motor.controller)) {
  673. mc_auto_hold(false);
  674. }
  675. mot_contrl_velloop_params(&motor.controller, mc_conf()->c.epm_pid.kp, mc_conf()->c.epm_pid.ki);
  676. mot_contrl_set_torque_limit_rttime(&motor.controller, 2.0);
  677. mot_contrl_set_torque_limit(&motor.controller, motor.f_epm_trq);
  678. mot_contrl_set_vel_rttime(&motor.controller, 1000.0f);
  679. mot_contrl_set_target_vel(&motor.controller, motor.f_epm_vel);
  680. }else {
  681. motor.b_epm_cmd_move = false;
  682. mot_contrl_velloop_params(&motor.controller, mc_conf()->c.pid[PID_Vel_ID].kp, mc_conf()->c.pid[PID_Vel_ID].ki);
  683. mot_contrl_set_target_vel(&motor.controller, 0);
  684. }
  685. cpu_exit_critical(mask);
  686. return true;
  687. }
  688. void mc_set_fan_duty(u8 duty) {
  689. sys_debug("fan duty %d\n", duty);
  690. if (!fan_pwm_is_running() && duty > 0) {
  691. motor.fan[0].start_ts = get_tick_ms();
  692. motor.fan[1].start_ts = get_tick_ms();
  693. shark_timer_post(&_fan_det_timer1, 5000);
  694. shark_timer_post(&_fan_det_timer2, 5000);
  695. }else if (duty == 0) {
  696. shark_timer_cancel(&_fan_det_timer1);
  697. shark_timer_cancel(&_fan_det_timer2);
  698. }
  699. fan_set_duty(duty);
  700. }
  701. bool mc_command_epm_move(epm_dir_t dir) {
  702. return mc_start_epm_move(dir, true);
  703. }
  704. bool mc_throttle_epm_move(epm_dir_t dir) {
  705. return mc_start_epm_move(dir, false);
  706. }
  707. void mc_set_throttle_r(bool use, u8 r) {
  708. motor.u_throttle_ration = r;
  709. motor.b_ignor_throttle = use;
  710. if (motor.b_ignor_throttle) {
  711. mc_clr_critical_error(FOC_CRIT_THRO_Err);
  712. mc_clr_critical_error(FOC_CRIT_THRO2_Err);
  713. }
  714. }
  715. void mc_use_throttle(void) {
  716. motor.b_ignor_throttle = false;
  717. }
  718. void mc_get_running_status(u8 *data) {
  719. data[0] = motor.mode;
  720. data[0] |= (mot_contrl_is_auto_holdding(&motor.controller)?1:0) << 2;
  721. data[0] |= (motor.b_break?1:0) << 3;
  722. data[0] |= (motor.b_cruise?1:0) << 4;
  723. data[0] |= (motor.b_start?1:0) << 5;
  724. data[0] |= (mc_is_epm()?1:0) << 6;
  725. data[0] |= (motor.b_lock_motor) << 7; //motor locked
  726. }
  727. u16 mc_get_running_status2(void) {
  728. u16 data = 0;
  729. data = motor.b_start?1:0;
  730. data |= (motor.n_gear & 0x7) << 1;
  731. data |= (mot_contrl_is_auto_holdding(&motor.controller)?1:0) << 3;
  732. data |= (motor.b_break?1:0) << 4;
  733. data |= (motor.b_cruise?1:0) << 5;
  734. data |= (mc_is_epm()?1:0) << 6;
  735. data |= (motor.b_lock_motor) << 7; //motor locked
  736. data |= (mot_contrl_ebrk_is_running(&motor.controller)?1:0) << 8; //能量回收运行标志
  737. data |= ((motor.n_CritiCalErrMask != 0)?1:0) << 9;
  738. data |= (fan_pwm_is_running()?1:0) << 10; //风扇是否运行
  739. data |= (motor.b_runStall?1:0) << 11; //是否堵转
  740. data |= (mot_contrl_dccurr_is_protected(&motor.controller)?1:0) << 12; //是否欠压限制母线电流
  741. data |= (mot_contrl_torque_is_protected(&motor.controller)?1:0) << 13; //是否高温限扭矩
  742. data |= (etcs_is_running(&motor.controller.etcs)?1:0) << 14; //电子tcs是否正在工作
  743. data |= (throttle_not_released_err()?1:0) << 15;
  744. return data;
  745. }
  746. static float _force_angle = 0.0f;
  747. static int _force_wait = 2000;
  748. static int _force_invert = false;
  749. /* 开环,强制给定电角度和DQ的电压 */
  750. void mc_force_run_open(s16 vd, s16 vq, bool align) {
  751. if (motor.b_start || motor.b_force_run) {
  752. if (vd == 0 && vq == 0) {
  753. if (align) {
  754. mot_contrl_set_vdq(&motor.controller, 0, 0);
  755. }else {
  756. mot_contrl_set_vdq(&motor.controller, 0, 0);
  757. mot_contrl_set_current(&motor.controller, 0);
  758. }
  759. delay_ms(500);
  760. wdog_reload();
  761. adc_stop_convert();
  762. pwm_stop();
  763. mot_contrl_stop(&motor.controller);
  764. pwm_up_enable(true);
  765. motor.b_force_run = false;
  766. motor.b_ignor_throttle = false;
  767. }
  768. return;
  769. }
  770. if (vd == 0 && vq == 0) {
  771. return;
  772. }
  773. motor.b_ignor_throttle = true;
  774. MC_Check_MosVbusThrottle();
  775. if (mc_unsafe_critical_error()) {
  776. mot_contrl_set_error(&motor.controller, FOC_Have_CritiCal_Err);
  777. }
  778. _force_angle = 0.0f;
  779. pwm_up_enable(false);
  780. pwm_turn_on_low_side();
  781. task_udelay(500);
  782. if (align) {
  783. mot_contrl_start(&motor.controller, CTRL_MODE_OPEN);
  784. }else {
  785. mot_contrl_start(&motor.controller, CTRL_MODE_OPEN);
  786. //mot_contrl_start(&motor.controller, CTRL_MODE_CURRENT);
  787. }
  788. phase_current_offset_calibrate();
  789. pwm_start();
  790. adc_start_convert();
  791. pwm_enable_channel();
  792. phase_current_calibrate_wait();
  793. mot_contrl_set_angle(&motor.controller, 0);
  794. if (align) {
  795. _force_wait = 2000 + 1;
  796. mot_contrl_set_vdq(&motor.controller, (float)vd/10.0f, 0);
  797. }else {
  798. _force_wait = 2000;
  799. mot_contrl_set_vdq(&motor.controller, (float)vd/10.0f, 0);
  800. //mot_contrl_set_curr_mode_id(&motor.controller, true);
  801. //mot_contrl_set_current(&motor.controller, (float)vd);
  802. }
  803. if (vd < 0) {
  804. _force_invert = true;
  805. }else {
  806. _force_invert = false;
  807. }
  808. motor.b_force_run = true;
  809. }
  810. bool mc_ind_motor_start(bool start) {
  811. if (start == motor.b_ind_start) {
  812. return true;
  813. }
  814. if (start) {
  815. motor.b_ignor_throttle = true;
  816. MC_Check_MosVbusThrottle();
  817. if (mc_unsafe_critical_error() || mot_params_flux_pending()) {
  818. mot_contrl_set_error(&motor.controller, FOC_Have_CritiCal_Err);
  819. return false;
  820. }
  821. adc_init(true);
  822. task_udelay(500);
  823. pwm_up_enable(false);
  824. pwm_turn_on_low_side();
  825. task_udelay(500);
  826. mot_contrl_start(&motor.controller, CTRL_MODE_OPEN);
  827. phase_current_offset_calibrate();
  828. pwm_start();
  829. adc_start_convert();
  830. pwm_enable_channel();
  831. phase_current_calibrate_wait();
  832. mot_contrl_set_vdq_immediate(&motor.controller, 0, 0);
  833. motor.b_ind_start = start;
  834. }else {
  835. u32 mask = cpu_enter_critical();
  836. motor.b_ind_start = start;
  837. mot_contrl_set_vdq(&motor.controller, 0, 0);
  838. cpu_exit_critical(mask);
  839. delay_us(500);
  840. wdog_reload();
  841. adc_stop_convert();
  842. pwm_stop();
  843. adc_init(false);
  844. mot_contrl_stop(&motor.controller);
  845. motor.mode = CTRL_MODE_OPEN;
  846. pwm_up_enable(true);
  847. motor.b_ignor_throttle = false;
  848. }
  849. return true;
  850. }
  851. static void _encoder_zero_off_timer_handler(shark_timer_t *t){
  852. if (!motor.b_calibrate) {
  853. return;
  854. }
  855. float enc_off = 0.0f;
  856. float phase = motor_encoder_zero_phase_detect(&enc_off);
  857. mot_contrl_set_vdq(&motor.controller, 0, 0);
  858. delay_ms(50);
  859. adc_stop_convert();
  860. pwm_stop();
  861. mot_contrl_stop(&motor.controller);
  862. mc_internal_init(CTRL_MODE_OPEN, false);
  863. motor.b_calibrate = false;
  864. }
  865. bool mc_encoder_zero_calibrate(s16 vd) {
  866. if (motor.b_calibrate) {
  867. if (vd == 0) {
  868. motor_encoder_clear_detect();
  869. shark_timer_cancel(&_encoder_zero_off_timer);
  870. mot_contrl_set_vdq(&motor.controller, 0, 0);
  871. delay_ms(500);
  872. adc_stop_convert();
  873. pwm_stop();
  874. mot_contrl_stop(&motor.controller);
  875. mc_internal_init(CTRL_MODE_OPEN, false);
  876. motor.b_calibrate = false;
  877. motor.b_ignor_throttle = false;
  878. }
  879. return true;
  880. }
  881. motor_encoder_clear_detect();
  882. motor.b_ignor_throttle = true;
  883. MC_Check_MosVbusThrottle();
  884. if (mc_unsafe_critical_error()) {
  885. mot_contrl_set_error(&motor.controller, FOC_Have_CritiCal_Err);
  886. return false;
  887. }
  888. mc_internal_init(CTRL_MODE_OPEN, true);
  889. motor.b_calibrate = true;
  890. pwm_turn_on_low_side();
  891. task_udelay(500);
  892. mot_contrl_start(&motor.controller, CTRL_MODE_OPEN);
  893. phase_current_offset_calibrate();
  894. pwm_start();
  895. adc_start_convert();
  896. pwm_enable_channel();
  897. phase_current_calibrate_wait();
  898. mot_contrl_set_angle(&motor.controller, 0);
  899. mot_contrl_set_vdq(&motor.controller, vd, 0);
  900. shark_timer_post(&_encoder_zero_off_timer, 6*1000);
  901. return true;
  902. }
  903. bool mc_current_sensor_calibrate(float current) {
  904. if (!mc_start(CTRL_MODE_OPEN)) {
  905. return false;
  906. }
  907. phase_current_sensor_start_calibrate(current);
  908. phase_current_calibrate_wait();
  909. return true;
  910. }
  911. bool mc_lock_motor(bool lock) {
  912. if (motor.b_lock_motor == lock) {
  913. return true;
  914. }
  915. int ret = true;
  916. u32 mask = cpu_enter_critical();
  917. if (motor.b_start) {
  918. mot_contrl_set_error(&motor.controller, FOC_NotAllowed);
  919. ret = false;
  920. goto ml_ex_cri;
  921. }
  922. if (lock && (motor_encoder_get_speed() >= CONFIG_LOCK_MOTOR_MIN_RPM)) {
  923. mot_contrl_set_error(&motor.controller, FOC_NowAllowed_With_Speed);
  924. ret = false;
  925. goto ml_ex_cri;
  926. }
  927. motor.b_lock_motor = lock;
  928. if (lock) {
  929. pwm_start();
  930. pwm_update_duty(0, 0, 0);
  931. pwm_enable_channel();
  932. }else {
  933. pwm_stop();
  934. }
  935. ml_ex_cri:
  936. cpu_exit_critical(mask);
  937. return ret;
  938. }
  939. bool mc_auto_hold(bool hold) {
  940. if (motor.b_auto_hold == hold) {
  941. return true;
  942. }
  943. if (!mc_conf()->s.auto_hold) {
  944. mot_contrl_set_error(&motor.controller, FOC_NotAllowed);
  945. return false;
  946. }
  947. if (!motor.b_start) {
  948. mot_contrl_set_error(&motor.controller, FOC_NotAllowed);
  949. return false;
  950. }
  951. if (hold && !mc_throttle_released()) {
  952. mot_contrl_set_error(&motor.controller, FOC_Throttle_Err);
  953. return false;
  954. }
  955. u32 mask = cpu_enter_critical();
  956. motor.b_auto_hold = hold;
  957. if (!mot_contrl_is_start(&motor.controller)) {
  958. mot_contrl_start(&motor.controller, motor.mode);
  959. mot_contrl_set_autohold(&motor.controller, hold);
  960. pwm_enable_channel();
  961. }else {
  962. mot_contrl_set_autohold(&motor.controller, hold);
  963. }
  964. cpu_exit_critical(mask);
  965. return true;
  966. }
  967. bool mc_set_critical_error(u8 err) {
  968. if (mc_critical_err_is_set(err)) {
  969. return false;
  970. }
  971. motor.n_CritiCalErrMask |= (1u << err);
  972. return true;
  973. }
  974. void mc_clr_critical_error(u8 err) {
  975. motor.n_CritiCalErrMask &= ~(1u << err);
  976. }
  977. bool mc_critical_err_is_set(u8 err) {
  978. u32 mask = (1u << err);
  979. return (motor.n_CritiCalErrMask & mask) != 0;
  980. }
  981. u32 mc_get_critical_error(void) {
  982. return motor.n_CritiCalErrMask;
  983. }
  984. bool mc_throttle_released(void) {
  985. if (motor.s_force_torque != MAX_S16) {
  986. return motor.s_force_torque == 0;
  987. }
  988. if (motor.b_ignor_throttle) {
  989. return motor.u_throttle_ration == 0;
  990. }
  991. return throttle_is_released();
  992. }
  993. static bool mc_is_gpio_mlock(void) {
  994. int count = 50;
  995. int settimes = 0;
  996. while(count-- > 0) {
  997. bool b1 = gpio_motor_locked();
  998. if (b1) {
  999. settimes ++;
  1000. }
  1001. delay_us(1);
  1002. }
  1003. if (settimes == 0) {
  1004. return false;
  1005. }else if (settimes == 50) {
  1006. return true;
  1007. }
  1008. //有干扰,do nothing
  1009. return false;
  1010. }
  1011. static bool _mc_is_hwbrake(void) {
  1012. int count = 50;
  1013. int settimes = 0;
  1014. while(count-- > 0) {
  1015. bool b1 = mc_get_gpio_brake() || mc_get_gpio_brake1();
  1016. if (b1) {
  1017. settimes ++;
  1018. }
  1019. delay_us(1);
  1020. }
  1021. if (settimes == 0) {
  1022. #if GPIO_BREAK_MODE==GPIO_LOW_BRK_MODE
  1023. return true;
  1024. #else
  1025. return false;
  1026. #endif
  1027. }else if (settimes == 50) {
  1028. #if GPIO_BREAK_MODE==GPIO_LOW_BRK_MODE
  1029. return false;
  1030. #else
  1031. return true;
  1032. #endif
  1033. }
  1034. //有干扰,do nothing
  1035. motor.n_brake_errors++;
  1036. return false;
  1037. }
  1038. static bool mc_detect_hwbrake(void) {
  1039. motor.b_break = _mc_is_hwbrake();
  1040. return motor.b_break;
  1041. }
  1042. static void _fan_det_timer_handler(shark_timer_t *t) {
  1043. if (t == &_fan_det_timer1) {
  1044. motor.fan[0].rpm = 0;
  1045. motor.fan[0].det_ts = 0;
  1046. }else {
  1047. motor.fan[1].rpm = 0;
  1048. motor.fan[1].det_ts = 0;
  1049. }
  1050. }
  1051. void Fan_IRQHandler(int idx) {
  1052. fan_t *fan = motor.fan + idx;
  1053. u32 pre_ts = fan->det_ts;
  1054. u32 delta_ts = get_delta_ms(pre_ts);
  1055. fan->det_ts = get_tick_ms();
  1056. float rpm = 60.0f * 1000 / (float)delta_ts;
  1057. LowPass_Filter(fan->rpm, rpm, 0.1f);
  1058. if (idx == 0) {
  1059. shark_timer_post(&_fan_det_timer1, 100);
  1060. }else {
  1061. shark_timer_post(&_fan_det_timer2, 100);
  1062. }
  1063. }
  1064. void MC_Brake_IRQHandler(void) {
  1065. mc_detect_hwbrake();
  1066. if (!motor.b_start) {
  1067. return;
  1068. }
  1069. if (motor.b_break) {
  1070. mc_enable_cruise(false);
  1071. mot_contrl_set_hw_brake(&motor.controller, true);
  1072. }else {
  1073. mot_contrl_set_hw_brake(&motor.controller, false);
  1074. }
  1075. }
  1076. static void _pwm_brake_prot_timer_handler(shark_timer_t *t){
  1077. pwm_brake_enable(true);
  1078. sys_debug("MC protect error\n");
  1079. }
  1080. static void mc_save_err_runtime(void) {
  1081. mc_error.vbus_x10 = (s16)(sample_vbus_raw() * 10.0f);
  1082. mc_error.ibus_x10 = (s16)(sample_ibus_raw() * 10.0f);
  1083. mc_error.vacc_x10 = (s16) (sample_acc_vol_raw() * 10.0f);
  1084. mc_error.id_ref_x10 = (s16)(motor.controller.foc.in.target_id.interpolation * 10.0f);
  1085. mc_error.iq_ref_x10 = (s16)(motor.controller.foc.in.target_iq.interpolation * 10.0f);
  1086. mc_error.id_x10 = (s16)(motor.controller.foc.out.curr_dq.d * 10.0f);
  1087. mc_error.iq_x10 = (s16)(motor.controller.foc.out.curr_dq.q * 10.0f);
  1088. mc_error.vd_x10 = (s16)(motor.controller.foc.out.vol_dq.d * 10.0f);
  1089. mc_error.vq_x10 = (s16)(motor.controller.foc.out.vol_dq.q * 10.0f);
  1090. mc_error.torque_ref_x10 = (s16)(motor.controller.target_torque * 10.0f);
  1091. mc_error.run_mode = motor.controller.mode_running;
  1092. mc_error.rpm = (s16)motor_encoder_get_speed();
  1093. mc_error.b_sensorless = !foc_observer_is_encoder();
  1094. mc_error.b_sensorless_stable = foc_observer_sensorless_stable();
  1095. mc_error.mos_temp = get_mos_temp_raw();
  1096. mc_error.mot_temp = get_motor_temp_raw();
  1097. mc_error.enc_error = motor_encoder_may_error();
  1098. mc_error.sensorless_rpm = (s16)foc_observer_sensorless_speed();
  1099. mc_err_runtime_add(&mc_error);
  1100. }
  1101. void MC_Protect_IRQHandler(void){
  1102. pwm_brake_enable(false);
  1103. shark_timer_post(&_brake_prot_timer, 1000);
  1104. if (!motor.b_start) {
  1105. return;
  1106. }
  1107. mc_set_critical_error(FOC_CRIT_Phase_Err);
  1108. mc_save_err_runtime();
  1109. mc_internal_init(CTRL_MODE_OPEN, false);
  1110. adc_stop_convert();
  1111. pwm_stop();
  1112. mot_contrl_stop(&motor.controller);
  1113. pwm_up_enable(true);
  1114. }
  1115. void motor_debug(void) {
  1116. if (!mc_unsafe_critical_error()) {
  1117. return;
  1118. }
  1119. sys_debug("err1: %f, %f, %f, %d\n", (float)mc_error.vbus_x10/10.0f, (float)mc_error.id_ref_x10/10.0f, (float)mc_error.iq_ref_x10/10.0f, mc_error.run_mode);
  1120. sys_debug("err2: %f, %f, %f, %f\n", (float)mc_error.id_x10/10.0f, (float)mc_error.iq_x10/10.0f, (float)mc_error.vd_x10/10.0f, (float)mc_error.vq_x10/10.0f);
  1121. sys_debug("err3: %f, %d, %d, %d, %d\n", (float)mc_error.ibus_x10/10.0f, mc_error.sensorless_rpm, mc_error.mos_temp, mc_error.mot_temp, mc_error.enc_error);
  1122. }
  1123. static void motor_vbus_crit_check(s16 curr_vbus) {
  1124. if (curr_vbus <= motor.s_vbus_hw_min) {
  1125. motor.vbus_le_cnt ++;
  1126. if (motor.vbus_le_cnt >= 2) {
  1127. if (mot_contrl_is_start(&motor.controller)) {
  1128. pwm_disable_channel();
  1129. mc_save_err_runtime();
  1130. mot_contrl_stop(&motor.controller);
  1131. }
  1132. if (mc_set_critical_error(FOC_CRIT_Vol_HW_Err)) {
  1133. if (mot_contrl_get_speed_abs(&motor.controller) > CONFIG_ZERO_SPEED_RPM) {
  1134. mc_crit_err_add_s16(FOC_CRIT_Vol_HW_Err, curr_vbus);
  1135. }
  1136. }
  1137. }
  1138. }else {
  1139. motor.vbus_le_cnt = 0;
  1140. }
  1141. if (curr_vbus >= motor.s_vbus_hw_max) {
  1142. motor.vbus_he_cnt ++;
  1143. if (motor.vbus_he_cnt >= 1) {
  1144. if (mot_contrl_is_start(&motor.controller)) {
  1145. pwm_disable_channel();
  1146. mc_save_err_runtime();
  1147. mot_contrl_stop(&motor.controller);
  1148. }
  1149. if (mc_set_critical_error(FOC_CRIT_OV_Vol_Err)) {
  1150. mc_crit_err_add_s16(FOC_CRIT_OV_Vol_Err, curr_vbus);
  1151. }
  1152. }
  1153. }else {
  1154. motor.vbus_he_cnt = 0;
  1155. }
  1156. }
  1157. void TIMER_UP_IRQHandler(void){
  1158. if (!motor.b_start && !mot_contrl_is_start(&motor.controller)) {
  1159. motor_encoder_update(false);
  1160. motor_vbus_crit_check((s16)sample_vbus_raw());
  1161. }
  1162. }
  1163. measure_time_t g_meas_foc = {.exec_max_time = 25, .intval_max_time = 62, .intval_low_err = 0, .intval_hi_err = 0, .first = true,};
  1164. #define TIME_MEATURE_START() time_measure_start(&g_meas_foc)
  1165. #define TIME_MEATURE_END() time_measure_end(&g_meas_foc)
  1166. #if (CONFIG_ENABLE_IAB_REC==1)
  1167. #define CONFIG_IAB_REC_COUNT 1000
  1168. static s16 ia[CONFIG_IAB_REC_COUNT], ib[CONFIG_IAB_REC_COUNT];
  1169. static int iab_w_count = 0, iab_r_count = 0;
  1170. static bool b_iab_rec = false;
  1171. static bool b_vab_rec = false;
  1172. extern void can_plot2(s16 v1, s16 v2);
  1173. #endif
  1174. /*ADC 电流采集中断,调用FOC的核心处理函数*/
  1175. void ADC_IRQHandler(void) {
  1176. if (phase_current_offset()) {//check if is adc offset checked
  1177. return;
  1178. }
  1179. if (phase_current_sensor_do_calibrate()){
  1180. pwm_update_duty(100, FOC_PWM_Half_Period-100, 100);
  1181. pwm_update_sample(FOC_PWM_Half_Period-1, FOC_PWM_Half_Period+1, PHASE_BC);
  1182. return;
  1183. }
  1184. TIME_MEATURE_START();
  1185. #if (CONFIG_ENABLE_IAB_REC==1)
  1186. if (b_iab_rec && (iab_w_count < CONFIG_IAB_REC_COUNT)) {
  1187. ia[iab_w_count] = (s16)motor.controller.foc.in.curr_abc[0];
  1188. ib[iab_w_count] = (s16)motor.controller.foc.in.curr_abc[1];
  1189. iab_w_count ++;
  1190. }else if (b_vab_rec && (iab_w_count < CONFIG_IAB_REC_COUNT)) {
  1191. ia[iab_w_count] = (s16)motor.controller.phase_v_ab.a;
  1192. ib[iab_w_count] = (s16)motor.controller.foc.out.vol_albeta.a*TWO_BY_THREE;
  1193. iab_w_count ++;
  1194. }
  1195. #endif
  1196. motor_vbus_crit_check((s16)sample_vbus_raw()); //need fast detect vbus very low, to stop the motor
  1197. float vd, vq;
  1198. if (motor.b_ind_start) {
  1199. mot_params_high_freq_inject();
  1200. #if CONFIG_MOT_IND_USE_PHASE_SAMPLE==0
  1201. vd = motor.controller.foc.out.vol_dq.d * TWO_BY_THREE;
  1202. vq = motor.controller.foc.out.vol_dq.q * TWO_BY_THREE;
  1203. #endif
  1204. }
  1205. if (!mot_contrl_update(&motor.controller)) {/* FOC 角度错误,立即停机 */
  1206. if (mot_contrl_is_start(&motor.controller)) {
  1207. pwm_disable_channel();
  1208. /* 记录错误 */
  1209. if (!foc_observer_is_force_sensorless()) {
  1210. mc_save_err_runtime();
  1211. }
  1212. mot_contrl_stop(&motor.controller);
  1213. g_meas_foc.first = true;
  1214. if (!foc_observer_is_force_sensorless()) {
  1215. if (mc_set_critical_error(FOC_CRIT_Angle_Err)) {
  1216. mc_crit_err_add_s16(FOC_CRIT_Angle_Err, (s16)motor_encoder_get_speed());
  1217. }
  1218. if (motor_encoder_may_error() == ENCODER_PWM_ERR) {
  1219. if (mc_set_critical_error(FOC_CRIT_Encoder_Err)) {
  1220. mc_crit_err_add(FOC_CRIT_Encoder_Err, (s16)enc_pwm_err_ms, enc_delta_err2);
  1221. }
  1222. }else if (motor_encoder_may_error() == ENCODER_AB_ERR) {
  1223. if (mc_set_critical_error(FOC_CRIT_ENC_AB_Err)) {
  1224. mc_crit_err_add(FOC_CRIT_ENC_AB_Err, enc_delta_err1, enc_delta_err2);
  1225. }
  1226. }
  1227. }
  1228. }
  1229. }
  1230. if (motor.b_ind_start) {
  1231. float id = motor.controller.foc.out.curr_dq.d;
  1232. float iq = motor.controller.foc.out.curr_dq.q;
  1233. #if CONFIG_MOT_IND_USE_PHASE_SAMPLE==1
  1234. vd = motor.controller.phase_v_dq.d;
  1235. vq = motor.controller.phase_v_dq.q;
  1236. #endif
  1237. mot_params_hj_sample_vi(vd, vq, id, iq);
  1238. }
  1239. TIME_MEATURE_END();
  1240. }
  1241. #if (CONFIG_ENABLE_IAB_REC==1)
  1242. static void _iab_plot_timer_handler(shark_timer_t *t) {
  1243. if (!b_iab_rec && !b_vab_rec) {
  1244. return;
  1245. }
  1246. if (iab_r_count < iab_w_count) {
  1247. can_plot2(ia[iab_r_count], ib[iab_r_count]);
  1248. iab_r_count ++;
  1249. shark_timer_post(t, 10);
  1250. }
  1251. }
  1252. static shark_timer_t _iab_plot_timer = TIMER_INIT(_iab_plot_timer, _iab_plot_timer_handler);
  1253. void mc_start_current_rec(bool is_i, bool rec) {
  1254. if (!rec) {
  1255. b_iab_rec = false;
  1256. b_vab_rec = false;
  1257. shark_timer_cancel(&_iab_plot_timer);
  1258. return;
  1259. }
  1260. if (b_iab_rec == true || b_vab_rec == true) {
  1261. return;
  1262. }
  1263. iab_w_count = 0;
  1264. iab_r_count = 0;
  1265. if (is_i) {
  1266. b_iab_rec = true;
  1267. }else {
  1268. b_vab_rec = true;
  1269. }
  1270. shark_timer_post(&_iab_plot_timer, 100);
  1271. }
  1272. #endif
  1273. static bool mc_run_stall_process(u8 run_mode) {
  1274. if ((run_mode == CTRL_MODE_TRQ || run_mode == CTRL_MODE_SPD) && !mot_contrl_is_auto_holdding(&motor.controller)) {
  1275. //堵转判断
  1276. if (motor.b_runStall) {
  1277. if (!mc_throttle_released()) {
  1278. return true;
  1279. }
  1280. motor.runStall_time = 0;
  1281. motor.b_runStall = false; //转把释放,清除堵转标志
  1282. }else if (mot_contrl_get_current_vector(&motor.controller) >= CONFIG_STALL_MAX_CURRENT){
  1283. if (mot_contrl_get_speed_abs(&motor.controller) < 1 && (motor.runStall_time == 0)) {
  1284. motor.runStall_time = get_tick_ms();
  1285. motor.runStall_pos = motor_encoder_get_position();
  1286. }
  1287. if (motor.runStall_time > 0) {
  1288. if (get_delta_ms(motor.runStall_time) >= CONFIG_STALL_MAX_TIME) {
  1289. motor.b_runStall = true;
  1290. motor.runStall_time = 0;
  1291. mot_contrl_set_torque(&motor.controller, 0);
  1292. throttle_torque_reset();
  1293. return true;
  1294. }
  1295. if (ABS(motor.runStall_pos - motor_encoder_get_position()) >= 0.2f) {
  1296. motor.runStall_time = 0;
  1297. }
  1298. }
  1299. }else {
  1300. motor.runStall_time = 0;
  1301. }
  1302. }
  1303. return false;
  1304. }
  1305. static void mc_autohold_process(void) __attribute__((unused));
  1306. static void mc_autohold_process(void) {
  1307. if (!mc_conf()->s.auto_hold) {
  1308. if (mot_contrl_is_auto_holdding(&motor.controller)) {
  1309. mc_auto_hold(false);
  1310. }
  1311. return;
  1312. }
  1313. if (mot_contrl_is_auto_holdding(&motor.controller)) {
  1314. if (!mc_throttle_released()) {
  1315. mc_auto_hold(false);
  1316. motor.b_wait_brk_release = false;
  1317. }else if (!motor.b_break && motor.b_wait_brk_release) {
  1318. motor.b_wait_brk_release = false;
  1319. }else if (motor.b_break && !motor.b_wait_brk_release) {
  1320. mc_auto_hold(false);
  1321. }
  1322. }
  1323. if (!mot_contrl_is_auto_holdding(&motor.controller) && motor.b_break && (motor_encoder_get_speed() == 0)) {
  1324. if (motor.n_autohold_time == 0) {
  1325. motor.n_autohold_time = get_tick_ms();
  1326. }else {
  1327. if (get_delta_ms(motor.n_autohold_time) >= CONFIG_AUTOHOLD_DETECT_TIME) {
  1328. if (mc_auto_hold(true)) {
  1329. motor.b_wait_brk_release = true;
  1330. }
  1331. }
  1332. }
  1333. }else {
  1334. motor.n_autohold_time = 0;
  1335. }
  1336. }
  1337. static void mc_process_throttle_epm(void) __attribute__((unused));
  1338. static void mc_process_throttle_epm(void) {
  1339. if (!motor.b_epm_cmd_move) {//通过命令前进后退,不处理转把
  1340. if (mc_throttle_released()) {
  1341. mc_throttle_epm_move(EPM_Dir_None);
  1342. }else {
  1343. mc_throttle_epm_move(EPM_Dir_Forward);
  1344. }
  1345. }
  1346. }
  1347. static void mc_process_epm_move(void) __attribute__((unused));
  1348. static void mc_process_epm_move(void) {
  1349. if (!motor.b_epm || (motor.epm_dir == EPM_Dir_None)){
  1350. return;
  1351. }
  1352. float target_vel = mc_conf()->c.max_epm_rpm;
  1353. float target_trq = mc_conf()->c.max_epm_torque;
  1354. if (motor.epm_dir == EPM_Dir_Back) {
  1355. target_vel = -mc_conf()->c.max_epm_back_rpm;
  1356. target_trq = mc_conf()->c.max_epm_back_torque;
  1357. }else if (!motor.b_epm_cmd_move) {
  1358. target_vel = throttle_vol_to_opening(throttle_get_signal()) * 2.0f * (float)target_vel;
  1359. }
  1360. motor.f_epm_trq = target_trq;
  1361. motor.f_epm_vel = target_vel;
  1362. mot_contrl_set_torque_limit(&motor.controller, motor.f_epm_trq);
  1363. mot_contrl_set_target_vel(&motor.controller, motor.f_epm_vel);
  1364. }
  1365. static bool mc_process_force_running(void) {
  1366. if (motor.b_calibrate || (motor.mode == CTRL_MODE_OPEN)) {
  1367. if (motor.b_force_run && _force_wait <= 2000) {
  1368. if (_force_wait > 0) {
  1369. --_force_wait;
  1370. }else {
  1371. float step = 2.5f;
  1372. if (_force_invert) {
  1373. step = -step;
  1374. }
  1375. _force_angle += step;
  1376. norm_angle_deg(_force_angle);
  1377. mot_contrl_set_angle(&motor.controller, _force_angle);
  1378. }
  1379. }
  1380. if (motor.controller.mode_running == CTRL_MODE_CURRENT) {
  1381. mot_contrl_slow_task(&motor.controller);
  1382. }
  1383. return true;
  1384. }
  1385. return false;
  1386. }
  1387. static void mc_process_brake_light(void) {
  1388. bool can_lighting = false;
  1389. if (motor.b_break || motor.b_auto_hold || mot_contrl_ebrk_is_running(&motor.controller) || ((!mc_critical_can_not_run()) && motor_encoder_get_speed() > 2000)) {
  1390. can_lighting = true;
  1391. }
  1392. gpio_brk_light_enable(can_lighting);
  1393. }
  1394. #ifdef CONFIG_CRUISE_ENABLE_ACCL
  1395. static void mc_process_curise(void) {
  1396. static bool can_pause_resume = false;
  1397. if (motor.b_cruise) {
  1398. if (mot_contrl_get_speed_abs(&motor.controller) < CONFIG_CRUISE_EXIT_RPM) {
  1399. mot_contrl_set_cruise(&motor.controller, false);
  1400. return;
  1401. }
  1402. /* 定速巡航模式下,必须转把归位后才能开始通过拧动转把加速 */
  1403. if (mc_throttle_released() && !can_pause_resume) {
  1404. can_pause_resume = true;
  1405. }
  1406. if (!can_pause_resume) {
  1407. return;
  1408. }
  1409. if (mot_contrl_is_cruise_enabled(&motor.controller)) {
  1410. u32 cruise_time = shark_get_seconds() - motor.cruise_time;
  1411. if ((cruise_time >= 3) && motor.cruise_torque == 0.0f) {
  1412. motor.cruise_torque = motor.controller.target_torque;
  1413. }else if ((cruise_time >= 3) && (motor.cruise_torque > 0.0f)){
  1414. float trq_req = get_user_request_torque();
  1415. if (trq_req > motor.cruise_torque * 1.2f) {
  1416. mot_contrl_pause_cruise(&motor.controller); //需要加速,暂停定速巡航
  1417. }
  1418. }
  1419. }else {
  1420. float trq_req = get_user_request_torque();
  1421. if (trq_req <= motor.cruise_torque * 1.1f) {
  1422. mot_contrl_resume_cruise(&motor.controller); //重新开始定速巡航,巡航速度还是前一次定速巡航给的速度
  1423. }
  1424. }
  1425. }else {
  1426. mot_contrl_set_cruise(&motor.controller, false);
  1427. can_pause_resume = false;
  1428. }
  1429. }
  1430. #endif
  1431. static bool mc_can_stop_foc(void) {
  1432. if (mc_critical_need_stop()) {
  1433. return true;
  1434. }
  1435. if (motor.mode == CTRL_MODE_CURRENT) {
  1436. return false;
  1437. }
  1438. if (!motor.b_cruise && !motor.b_epm && motor.mode == CTRL_MODE_SPD) {
  1439. if (motor.s_target_speed != MAX_S16 && motor.s_target_speed != 0) {
  1440. return false;
  1441. }else {
  1442. return true;
  1443. }
  1444. }
  1445. if (mc_throttle_released() && ((mot_contrl_get_speed_abs(&motor.controller)) == 0)) {
  1446. if (!mot_contrl_is_auto_holdding(&motor.controller) && motor.epm_dir == EPM_Dir_None) {
  1447. return true;
  1448. }
  1449. }
  1450. /* 启用无感观测器,但是观测器未稳定,关闭输出,滑行 */
  1451. if (!foc_observer_is_encoder() && !foc_observer_sensorless_stable()) {
  1452. return true;
  1453. }
  1454. return false;
  1455. }
  1456. static bool mc_can_restart_foc(void) {
  1457. if (mc_critical_can_not_run()) {
  1458. return false;
  1459. }
  1460. bool can_start = (!mc_throttle_released() || (motor.epm_dir != EPM_Dir_None));
  1461. if (!foc_observer_is_encoder() && !foc_observer_sensorless_stable()){
  1462. return false;
  1463. }
  1464. if ((motor.s_target_speed != MAX_S16 && motor.s_target_speed != 0) && motor.mode == CTRL_MODE_SPD) {
  1465. return true;
  1466. }
  1467. return can_start;
  1468. }
  1469. static void mc_motor_runstop(void) __attribute__((unused));
  1470. static void mc_motor_runstop(void) {
  1471. u32 mask;
  1472. if (mot_contrl_is_start(&motor.controller) && mc_can_stop_foc()) {
  1473. mask = cpu_enter_critical();
  1474. mot_contrl_stop(&motor.controller);
  1475. pwm_disable_channel();
  1476. g_meas_foc.first = true;
  1477. motor.foc_stop_cnt ++;
  1478. cpu_exit_critical(mask);
  1479. }
  1480. if (!mot_contrl_is_start(&motor.controller) && mc_can_restart_foc()) {
  1481. mask = cpu_enter_critical();
  1482. mot_contrl_start(&motor.controller, motor.mode);
  1483. mc_gear_mode_set();
  1484. throttle_torque_reset();
  1485. pwm_enable_channel();
  1486. g_meas_foc.first = true;
  1487. motor.foc_start_cnt ++;
  1488. cpu_exit_critical(mask);
  1489. }
  1490. }
  1491. static void mc_process_throttle_torque(float vol) __attribute__((unused));
  1492. static void mc_process_throttle_torque(float vol) {
  1493. float torque = throttle_get_torque(&motor.controller, vol);
  1494. if (mc_throttle_released()) {
  1495. #ifdef CONFIG_CRUISE_ENABLE_ACCL
  1496. if (mc_is_cruise_enabled()) {
  1497. return;
  1498. }
  1499. #endif
  1500. if (!mot_contrl_ebrk_is_running(&motor.controller) && mot_contrl_set_ebreak(&motor.controller, true)) {
  1501. return;
  1502. }
  1503. }
  1504. if (motor.controller.mode_running == CTRL_MODE_TRQ) {
  1505. throttle_set_torque(&motor.controller, torque);
  1506. }else if (motor.controller.mode_running == CTRL_MODE_SPD) {
  1507. if (!mc_is_cruise_enabled()) {
  1508. float vel_ref = motor.controller.userlim.mot_vel * throttle_get_open_ration_filted();
  1509. mot_contrl_set_target_vel(&motor.controller, vel_ref);
  1510. }
  1511. }else if (motor.controller.mode_running == CTRL_MODE_EBRAKE){
  1512. /* 等待输入扭矩先减小到0 */
  1513. if (line_ramp_get_interp(&motor.controller.ramp_input_torque) >= 0.001f) {
  1514. return;
  1515. }
  1516. mot_contrl_set_ebrk_time(&motor.controller, motor.controller.ebrk_ramp_time);
  1517. float vel = mot_contrl_get_speed(&motor.controller);
  1518. float ebrk_trq = motor_get_ebreak_toruqe(vel);
  1519. mot_contrl_set_torque(&motor.controller, ebrk_trq);
  1520. if ((vel < CONFIG_MIN_RPM_EXIT_EBRAKE) || (!mc_throttle_released() || (mc_throttle_released() && (vel == 0.0f)))) {
  1521. mot_contrl_set_ebreak(&motor.controller, false);
  1522. throttle_torque_reset();
  1523. }
  1524. }
  1525. }
  1526. /*FOC 的部分处理,比如速度环,状态机,转把采集等*/
  1527. measure_time_t g_meas_MCTask = {.exec_max_time = 100, .intval_max_time = 1000, .intval_low_err = 0, .intval_hi_err = 0, .first = true,};
  1528. #define mc_TaskStart time_measure_start(&g_meas_MCTask)
  1529. #define mc_TaskEnd time_measure_end(&g_meas_MCTask)
  1530. void Sched_MC_mTask(void) {
  1531. static int vbus_err_cnt = 0;
  1532. static bool _sensorless_run = false;
  1533. mc_TaskStart;
  1534. adc_vref_filter();
  1535. throttle_detect(motor.b_start);
  1536. F_all_Calc();
  1537. #ifdef CONFIG_CRUISE_ENABLE_ACCL
  1538. mc_process_curise();
  1539. #endif
  1540. u8 runMode = mot_contrl_mode(&motor.controller);
  1541. /*保护功能*/
  1542. u8 limted = mot_contrl_protect(&motor.controller);
  1543. /* 母线电流,实际采集的相电流矢量大小的计算 */
  1544. mot_contrl_calc_current(&motor.controller);
  1545. if ((mot_contrl_get_dc_current(&motor.controller) > (CONFIG_HW_MAX_DC_CURRENT * 1.1f)) || (mot_contrl_get_dc_current(&motor.controller) < CONFIG_HW_MAX_CHRG_CURRENT)) {
  1546. vbus_err_cnt ++;
  1547. if (vbus_err_cnt >= 5) {
  1548. if (mc_set_critical_error(FOC_CRIT_IDC_OV)) {
  1549. mc_crit_err_add(FOC_CRIT_IDC_OV, (s16)sample_vbus_raw(), (s16)sample_ibus_raw());
  1550. mc_save_err_runtime();
  1551. }
  1552. }
  1553. }else {
  1554. vbus_err_cnt = 0;
  1555. }
  1556. if (mc_process_force_running()) {
  1557. mc_TaskEnd;
  1558. return;
  1559. }
  1560. bool sensor_less = !foc_observer_is_encoder();
  1561. if (mc_detect_vbus_mode() || (limted == FOC_LIM_CHANGE_L) || (_sensorless_run != sensor_less)) {
  1562. mc_gear_mode_set();
  1563. if (sensor_less && foc_observer_sensorless_stable()) {//unstable 记录在ADC中断处理中
  1564. if (motor_encoder_may_error() == ENCODER_PWM_ERR) {
  1565. if (mc_set_critical_error(FOC_CRIT_Encoder_Err)) {
  1566. mc_crit_err_add(FOC_CRIT_Encoder_Err, (s16)enc_pwm_err_ms, enc_delta_err2);
  1567. }
  1568. }else if (motor_encoder_may_error() == ENCODER_AB_ERR) {
  1569. if (mc_set_critical_error(FOC_CRIT_ENC_AB_Err)) {
  1570. mc_crit_err_add(FOC_CRIT_ENC_AB_Err, enc_delta_err1, enc_delta_err2);
  1571. }
  1572. }
  1573. }
  1574. motor.b_limit_pending = false;
  1575. }else if (limted == FOC_LIM_CHANGE_H) {
  1576. motor.b_limit_pending = true;
  1577. }
  1578. _sensorless_run = sensor_less;
  1579. /* 如果取消高温,欠压等限流需要释放转把后才生效,确保不会突然加速 */
  1580. if (motor.b_limit_pending && mc_throttle_released()) {
  1581. motor.b_limit_pending = false;
  1582. mc_gear_mode_set();
  1583. }
  1584. /* 堵转处理 */
  1585. if (mc_run_stall_process(runMode) || (motor.mode == CTRL_MODE_CURRENT)) {
  1586. #ifndef CONFIG_DQ_STEP_RESPONSE
  1587. mot_contrl_slow_task(&motor.controller);
  1588. mc_motor_runstop();
  1589. #endif
  1590. if (motor.b_ind_start) {
  1591. mot_params_flux_stop();
  1592. }
  1593. mc_TaskEnd;
  1594. return;
  1595. }
  1596. mc_process_brake_light();
  1597. if ((runMode != CTRL_MODE_OPEN) || (motor.mode != CTRL_MODE_OPEN)) {
  1598. #ifndef CONFIG_DQ_STEP_RESPONSE
  1599. mc_autohold_process();
  1600. mc_turbo_auto_exit();
  1601. if (motor.mode != CTRL_MODE_OPEN) {
  1602. mc_motor_runstop();
  1603. }
  1604. if (runMode != CTRL_MODE_OPEN) {
  1605. if (runMode == CTRL_MODE_SPD) {
  1606. if (mc_is_epm()) {
  1607. mc_process_throttle_epm();
  1608. mc_process_epm_move();
  1609. }else if (motor.s_target_speed != MAX_S16) {
  1610. mot_contrl_set_target_vel(&motor.controller, motor.s_target_speed);
  1611. }
  1612. }else {
  1613. if (motor.s_force_torque != MAX_S16) {
  1614. mot_contrl_set_force_torque(&motor.controller, motor.s_force_torque);
  1615. }else {
  1616. float thro = throttle_get_signal();
  1617. if (motor.b_ignor_throttle) {
  1618. float r = (float)motor.u_throttle_ration/100.0f;
  1619. thro = throttle_opening_to_vol(r);
  1620. }
  1621. mc_process_throttle_torque(thro);
  1622. }
  1623. }
  1624. mot_contrl_slow_task(&motor.controller);
  1625. }
  1626. #endif
  1627. }
  1628. mc_TaskEnd;
  1629. }