# 11/21/2022 - 11/28/2022 ###### tags: `project_note` ## 1. TODOs for this week - hs - [ ] HSEM - control CPUs ## 2. Progress ### hs - 規劃 Pipeline 執行流程的 programming scheme - 建立與 H7 的對應關係(ongoing) - 目前在處理另一方 notification 會收不到的狀況 ![](https://i.imgur.com/VY4P2on.png =200x) ``` Wait(sema) { ActivateNotification(sema) while (!notified) ; notified = 0; } HSEM_FreeCallback(Sema) { ... notified = 1; } --- Signal(sema) { FastTake(sema) Release(sema, 0) } ``` ## 3. Problems ## 4. Goals for next week ## 5. Goals in the future & Topics to discuss